Shades of Spring Green #2EFB76
Tints of Spring Green #2EFB76
RGB
CMYK
RGB Variations
Color information
#2EFB76 (or 0x2EFB76) is known color: Spring Green. HEX triplet: 2E, FB and 76. RGB value is (46,251,118). Sum of RGB (Red+Green+Blue) = 46+251+118=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 251 (98.44% from 255 or 60.48% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFB76 is #D10489. Grayscale: #AEAEAE. Windows color (decimal): -13698186 or 7797550. OLE color: 7797550.
HSL color Cylindrical-coordinate representation of color #2EFB76: hue angle of 141.07º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB76 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 118 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.02 |
| HSL | 141.07º | 0.96% | 0.58% | - |
| HSV(B) | 141.07º | 0.82% | 0.98% | - |
| XYZ | 38.89 | 70.88 | 28.77 | - |
| YUV | 174.54 | 96.08 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 118 | 0.82 | 0 | 0.53 | 0.02 | 141.07 | 0.96 | 0.58 |
| Hex | 2E | FB | 76 | 52 | 0 | 35 | 2 | 8D | 60 | 3A |
| Octal | 56 | 373 | 166 | 122 | 0 | 65 | 2 | 215 | 140 | 72 |
| Binary | 101110 | 11111011 | 1110110 | 1010010 | 0 | 110101 | 10 | 10001101 | 1100000 | 111010 |
Color Harmonies of #2EFB76
Complementary color
Monochromatic Colors of #2EFB76
Black with #2EFB76
Text Example
Text Example
White with #2EFB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB76; }
p { color: rgb(46,251,118); }
H1.HeaderClassName
{
color: #2EFB76;
}
.AnyTagClassName
{
color: #2EFB76;
}
</style>
background-color css
<style>
a { background-color: #2EFB76; }
a { background-color: rgb(46,251,118); }
div.DivClassName
{
background-color: #2EFB76;
}
.BgClassName
{
background-color: #2EFB76;
}
</style>
border-color css
<style>
span { border-color: #2EFB76; }
span { border-color: rgb(46,251,118); }
td.TdClassName
{
border-color: #2EFB76;
}
.TagClassName
{
border-color: #2EFB76;
}
</style>