Shades of Spring Green #2EFC78
Tints of Spring Green #2EFC78
RGB
CMYK
RGB Variations
Color information
#2EFC78 (or 0x2EFC78) is known color: Spring Green. HEX triplet: 2E, FC and 78. RGB value is (46,252,120). Sum of RGB (Red+Green+Blue) = 46+252+120=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC78 is #D10387. Grayscale: #AFAFAF. Windows color (decimal): -13697928 or 7928878. OLE color: 7928878.
HSL color Cylindrical-coordinate representation of color #2EFC78: hue angle of 141.55º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC78 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 120 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.01 |
| HSL | 141.55º | 0.97% | 0.58% | - |
| HSV(B) | 141.55º | 0.82% | 0.99% | - |
| XYZ | 39.33 | 71.56 | 29.51 | - |
| YUV | 175.36 | 96.75 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 120 | 0.82 | 0 | 0.52 | 0.01 | 141.55 | 0.97 | 0.58 |
| Hex | 2E | FC | 78 | 52 | 0 | 34 | 1 | 8E | 61 | 3A |
| Octal | 56 | 374 | 170 | 122 | 0 | 64 | 1 | 216 | 141 | 72 |
| Binary | 101110 | 11111100 | 1111000 | 1010010 | 0 | 110100 | 1 | 10001110 | 1100001 | 111010 |
Color Harmonies of #2EFC78
Complementary color
Monochromatic Colors of #2EFC78
Black with #2EFC78
Text Example
Text Example
White with #2EFC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC78; }
p { color: rgb(46,252,120); }
H1.HeaderClassName
{
color: #2EFC78;
}
.AnyTagClassName
{
color: #2EFC78;
}
</style>
background-color css
<style>
a { background-color: #2EFC78; }
a { background-color: rgb(46,252,120); }
div.DivClassName
{
background-color: #2EFC78;
}
.BgClassName
{
background-color: #2EFC78;
}
</style>
border-color css
<style>
span { border-color: #2EFC78; }
span { border-color: rgb(46,252,120); }
td.TdClassName
{
border-color: #2EFC78;
}
.TagClassName
{
border-color: #2EFC78;
}
</style>