Shades of Spring Green #2EF582
Tints of Spring Green #2EF582
RGB
CMYK
RGB Variations
Color information
#2EF582 (or 0x2EF582) is known color: Spring Green. HEX triplet: 2E, F5 and 82. RGB value is (46,245,130). Sum of RGB (Red+Green+Blue) = 46+245+130=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 245 (96.09% from 255 or 58.19% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF582 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF582 is #D10A7D. Grayscale: #ACACAC. Windows color (decimal): -13699710 or 8582446. OLE color: 8582446.
HSL color Cylindrical-coordinate representation of color #2EF582: hue angle of 145.33º degrees, saturation: 0.91, 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 #2EF582 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 245 | 130 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.04 |
| HSL | 145.33º | 0.91% | 0.57% | - |
| HSV(B) | 145.33º | 0.81% | 0.96% | - |
| XYZ | 37.81 | 67.5 | 32.15 | - |
| YUV | 172.39 | 104.07 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 245 | 130 | 0.81 | 0 | 0.47 | 0.04 | 145.33 | 0.91 | 0.57 |
| Hex | 2E | F5 | 82 | 51 | 0 | 2F | 4 | 91 | 5B | 39 |
| Octal | 56 | 365 | 202 | 121 | 0 | 57 | 4 | 221 | 133 | 71 |
| Binary | 101110 | 11110101 | 10000010 | 1010001 | 0 | 101111 | 100 | 10010001 | 1011011 | 111001 |
Color Harmonies of #2EF582
Complementary color
Monochromatic Colors of #2EF582
Black with #2EF582
Text Example
Text Example
White with #2EF582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF582; }
p { color: rgb(46,245,130); }
H1.HeaderClassName
{
color: #2EF582;
}
.AnyTagClassName
{
color: #2EF582;
}
</style>
background-color css
<style>
a { background-color: #2EF582; }
a { background-color: rgb(46,245,130); }
div.DivClassName
{
background-color: #2EF582;
}
.BgClassName
{
background-color: #2EF582;
}
</style>
border-color css
<style>
span { border-color: #2EF582; }
span { border-color: rgb(46,245,130); }
td.TdClassName
{
border-color: #2EF582;
}
.TagClassName
{
border-color: #2EF582;
}
</style>