Shades of Spring Green #2EF484
Tints of Spring Green #2EF484
RGB
CMYK
RGB Variations
Color information
#2EF484 (or 0x2EF484) is known color: Spring Green. HEX triplet: 2E, F4 and 84. RGB value is (46,244,132). Sum of RGB (Red+Green+Blue) = 46+244+132=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 244 (95.70% from 255 or 57.82% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF484 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF484 is #D10B7B. Grayscale: #ACACAC. Windows color (decimal): -13699964 or 8713262. OLE color: 8713262.
HSL color Cylindrical-coordinate representation of color #2EF484: hue angle of 146.06º 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 #2EF484 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 132 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.04 |
| HSL | 146.06º | 0.9% | 0.57% | - |
| HSV(B) | 146.06º | 0.81% | 0.96% | - |
| XYZ | 37.64 | 66.95 | 32.77 | - |
| YUV | 172.03 | 105.4 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 132 | 0.81 | 0 | 0.46 | 0.04 | 146.06 | 0.9 | 0.57 |
| Hex | 2E | F4 | 84 | 51 | 0 | 2E | 4 | 92 | 5A | 39 |
| Octal | 56 | 364 | 204 | 121 | 0 | 56 | 4 | 222 | 132 | 71 |
| Binary | 101110 | 11110100 | 10000100 | 1010001 | 0 | 101110 | 100 | 10010010 | 1011010 | 111001 |
Color Harmonies of #2EF484
Complementary color
Monochromatic Colors of #2EF484
Black with #2EF484
Text Example
Text Example
White with #2EF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF484; }
p { color: rgb(46,244,132); }
H1.HeaderClassName
{
color: #2EF484;
}
.AnyTagClassName
{
color: #2EF484;
}
</style>
background-color css
<style>
a { background-color: #2EF484; }
a { background-color: rgb(46,244,132); }
div.DivClassName
{
background-color: #2EF484;
}
.BgClassName
{
background-color: #2EF484;
}
</style>
border-color css
<style>
span { border-color: #2EF484; }
span { border-color: rgb(46,244,132); }
td.TdClassName
{
border-color: #2EF484;
}
.TagClassName
{
border-color: #2EF484;
}
</style>