Shades of Spring Green #2EF972
Tints of Spring Green #2EF972
RGB
CMYK
RGB Variations
Color information
#2EF972 (or 0x2EF972) is known color: Spring Green. HEX triplet: 2E, F9 and 72. RGB value is (46,249,114). Sum of RGB (Red+Green+Blue) = 46+249+114=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 249 (97.66% from 255 or 60.88% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF972 is #D1068D. Grayscale: #ADADAD. Windows color (decimal): -13698702 or 7534894. OLE color: 7534894.
HSL color Cylindrical-coordinate representation of color #2EF972: hue angle of 140.1º degrees, saturation: 0.94, 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 #2EF972 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 114 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.02 |
| HSL | 140.1º | 0.94% | 0.58% | - |
| HSV(B) | 140.1º | 0.82% | 0.98% | - |
| XYZ | 38.04 | 69.55 | 27.34 | - |
| YUV | 172.91 | 94.75 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 114 | 0.82 | 0 | 0.54 | 0.02 | 140.1 | 0.94 | 0.58 |
| Hex | 2E | F9 | 72 | 52 | 0 | 36 | 2 | 8C | 5E | 3A |
| Octal | 56 | 371 | 162 | 122 | 0 | 66 | 2 | 214 | 136 | 72 |
| Binary | 101110 | 11111001 | 1110010 | 1010010 | 0 | 110110 | 10 | 10001100 | 1011110 | 111010 |
Color Harmonies of #2EF972
Complementary color
Monochromatic Colors of #2EF972
Black with #2EF972
Text Example
Text Example
White with #2EF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF972; }
p { color: rgb(46,249,114); }
H1.HeaderClassName
{
color: #2EF972;
}
.AnyTagClassName
{
color: #2EF972;
}
</style>
background-color css
<style>
a { background-color: #2EF972; }
a { background-color: rgb(46,249,114); }
div.DivClassName
{
background-color: #2EF972;
}
.BgClassName
{
background-color: #2EF972;
}
</style>
border-color css
<style>
span { border-color: #2EF972; }
span { border-color: rgb(46,249,114); }
td.TdClassName
{
border-color: #2EF972;
}
.TagClassName
{
border-color: #2EF972;
}
</style>