Color spaces of #2ef74f
RGB | 46 | 247 | 79 |
---|---|---|---|
HSL | 0.36 | 0.93 | 0.57 |
HSV | 130° | 81° | 97° |
CMYK | 0.81 | 0.00 | 0.68 0.03 |
XYZ | 35.7988 | 67.6669 | 18.5714 |
Yxy | 67.6669 | 0.2933 | 0.5545 |
Hunter Lab | 82.2599 | -66.2731 | 44.1963 |
CIE-Lab | 85.8396 | -77.8756 | 64.6702 |
#2ef74f color RGB value is (46,247,79).
#2ef74f hex color red value is 46, green value is 247 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #2ef74f hue: 0.36 , saturation: 0.93 and the lightness value of 2ef74f is 0.57.
The process color (four color CMYK) of #2ef74f color hex is 0.81, 0.00, 0.68, 0.03. Web safe color of #2ef74f is #33ff66. Color #2ef74f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11110111 | 01001111 |
Octal | 56 | 367 | 117 |
Decimal | 46 | 247 | 79 |
Hex | 2E | F7 | 4F |
Shades of #2ef74f
Tints of #2ef74f
RGB Percentages of Color #2ef74f
CMYK Percentages of Color #2ef74f
Complementary Color
#2ef74f | #f72ed6 |
#2ef74f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ef74f Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ef74f Color CSS Codes
.mybgcolor {background-color:#2ef74f; } .myforecolor {color:#2ef74f; } .mybordercolor {border:3px solid #2ef74f; }
#2ef74f Text Font Color
<p style="color:#2ef74f">Text here</p>
This sample text font color is #2ef74f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#2ef74f Background Color
<div style="background-color:#2ef74f">
Div content here</div>
This div background color is #2ef74f
#2ef74f Border Color
<div style="border:3px solid #2ef74f">
Div here</div>
This div border color is #2ef74f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,247,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ef74f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ef74f; -webkit-box-shadow: 1px 1px 3px 2px #2ef74f; box-shadow: 1px 1px 3px 2px #2ef74f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,247,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ef74f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ef74f; -webkit-box-shadow: 1px 1px 3px 2px #2ef74f; box-shadow: 1px 1px 3px 2px #2ef74f;">
Div content here</div>
This div box has shadow with color #2ef74f
Comments
No comments written yet.
Please login to write comment.