Shades of Spring Green #2EF482
Tints of Spring Green #2EF482
RGB
CMYK
RGB Variations
Color information
#2EF482 (or 0x2EF482) is known color: Spring Green. HEX triplet: 2E, F4 and 82. RGB value is (46,244,130). Sum of RGB (Red+Green+Blue) = 46+244+130=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF482 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF482 is #D10B7D. Grayscale: #ACACAC. Windows color (decimal): -13699966 or 8582190. OLE color: 8582190.
HSL color Cylindrical-coordinate representation of color #2EF482: hue angle of 145.45º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF482 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 130 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.04 |
| HSL | 145.45º | 0.9% | 0.57% | - |
| HSV(B) | 145.45º | 0.81% | 0.96% | - |
| XYZ | 37.51 | 66.89 | 32.05 | - |
| YUV | 171.8 | 104.4 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 130 | 0.81 | 0 | 0.47 | 0.04 | 145.45 | 0.9 | 0.57 |
| Hex | 2E | F4 | 82 | 51 | 0 | 2F | 4 | 91 | 5A | 39 |
| Octal | 56 | 364 | 202 | 121 | 0 | 57 | 4 | 221 | 132 | 71 |
| Binary | 101110 | 11110100 | 10000010 | 1010001 | 0 | 101111 | 100 | 10010001 | 1011010 | 111001 |
Color Harmonies of #2EF482
Complementary color
Monochromatic Colors of #2EF482
Black with #2EF482
Text Example
Text Example
White with #2EF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF482; }
p { color: rgb(46,244,130); }
H1.HeaderClassName
{
color: #2EF482;
}
.AnyTagClassName
{
color: #2EF482;
}
</style>
background-color css
<style>
a { background-color: #2EF482; }
a { background-color: rgb(46,244,130); }
div.DivClassName
{
background-color: #2EF482;
}
.BgClassName
{
background-color: #2EF482;
}
</style>
border-color css
<style>
span { border-color: #2EF482; }
span { border-color: rgb(46,244,130); }
td.TdClassName
{
border-color: #2EF482;
}
.TagClassName
{
border-color: #2EF482;
}
</style>