Shades of Spring Green #2EFB82
Tints of Spring Green #2EFB82
RGB
CMYK
RGB Variations
Color information
#2EFB82 (or 0x2EFB82) is known color: Spring Green. HEX triplet: 2E, FB and 82. RGB value is (46,251,130). Sum of RGB (Red+Green+Blue) = 46+251+130=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFB82 is #D1047D. Grayscale: #B0B0B0. Windows color (decimal): -13698174 or 8583982. OLE color: 8583982.
HSL color Cylindrical-coordinate representation of color #2EFB82: hue angle of 144.59º 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 #2EFB82 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 130 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.02 |
| HSL | 144.59º | 0.96% | 0.58% | - |
| HSV(B) | 144.59º | 0.82% | 0.98% | - |
| XYZ | 39.65 | 71.19 | 32.77 | - |
| YUV | 175.91 | 102.08 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 130 | 0.82 | 0 | 0.48 | 0.02 | 144.59 | 0.96 | 0.58 |
| Hex | 2E | FB | 82 | 52 | 0 | 30 | 2 | 91 | 60 | 3A |
| Octal | 56 | 373 | 202 | 122 | 0 | 60 | 2 | 221 | 140 | 72 |
| Binary | 101110 | 11111011 | 10000010 | 1010010 | 0 | 110000 | 10 | 10010001 | 1100000 | 111010 |
Color Harmonies of #2EFB82
Complementary color
Monochromatic Colors of #2EFB82
Black with #2EFB82
Text Example
Text Example
White with #2EFB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB82; }
p { color: rgb(46,251,130); }
H1.HeaderClassName
{
color: #2EFB82;
}
.AnyTagClassName
{
color: #2EFB82;
}
</style>
background-color css
<style>
a { background-color: #2EFB82; }
a { background-color: rgb(46,251,130); }
div.DivClassName
{
background-color: #2EFB82;
}
.BgClassName
{
background-color: #2EFB82;
}
</style>
border-color css
<style>
span { border-color: #2EFB82; }
span { border-color: rgb(46,251,130); }
td.TdClassName
{
border-color: #2EFB82;
}
.TagClassName
{
border-color: #2EFB82;
}
</style>