Shades of Spring Green #2EFC73
Tints of Spring Green #2EFC73
RGB
CMYK
RGB Variations
Color information
#2EFC73 (or 0x2EFC73) is known color: Spring Green. HEX triplet: 2E, FC and 73. RGB value is (46,252,115). Sum of RGB (Red+Green+Blue) = 46+252+115=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC73 is #D1038C. Grayscale: #AFAFAF. Windows color (decimal): -13697933 or 7601198. OLE color: 7601198.
HSL color Cylindrical-coordinate representation of color #2EFC73: hue angle of 140.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC73 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 115 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.01 |
| HSL | 140.1º | 0.97% | 0.58% | - |
| HSV(B) | 140.1º | 0.82% | 0.99% | - |
| XYZ | 39.03 | 71.44 | 27.95 | - |
| YUV | 174.79 | 94.25 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 115 | 0.82 | 0 | 0.54 | 0.01 | 140.1 | 0.97 | 0.58 |
| Hex | 2E | FC | 73 | 52 | 0 | 36 | 1 | 8C | 61 | 3A |
| Octal | 56 | 374 | 163 | 122 | 0 | 66 | 1 | 214 | 141 | 72 |
| Binary | 101110 | 11111100 | 1110011 | 1010010 | 0 | 110110 | 1 | 10001100 | 1100001 | 111010 |
Color Harmonies of #2EFC73
Complementary color
Monochromatic Colors of #2EFC73
Black with #2EFC73
Text Example
Text Example
White with #2EFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC73; }
p { color: rgb(46,252,115); }
H1.HeaderClassName
{
color: #2EFC73;
}
.AnyTagClassName
{
color: #2EFC73;
}
</style>
background-color css
<style>
a { background-color: #2EFC73; }
a { background-color: rgb(46,252,115); }
div.DivClassName
{
background-color: #2EFC73;
}
.BgClassName
{
background-color: #2EFC73;
}
</style>
border-color css
<style>
span { border-color: #2EFC73; }
span { border-color: rgb(46,252,115); }
td.TdClassName
{
border-color: #2EFC73;
}
.TagClassName
{
border-color: #2EFC73;
}
</style>