Shades of Spring Green #02E872
Tints of Spring Green #02E872
RGB
CMYK
RGB Variations
Color information
#02E872 (or 0x02E872) is known color: Spring Green. HEX triplet: 02, E8 and 72. RGB value is (2,232,114). Sum of RGB (Red+Green+Blue) = 2+232+114=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 232 (91.02% from 255 or 66.67% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 232 - color contains mainly: green. Hex color #02E872 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E872 is #FD178D. Grayscale: #969696. Windows color (decimal): -16586638 or 7530498. OLE color: 7530498.
HSL color Cylindrical-coordinate representation of color #02E872: hue angle of 149.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E872 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 114 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.09 |
| HSL | 149.22º | 0.98% | 0.46% | - |
| HSV(B) | 149.22º | 0.99% | 0.91% | - |
| XYZ | 31.92 | 58.94 | 25.61 | - |
| YUV | 149.78 | 107.8 | 22.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 114 | 0.99 | 0 | 0.51 | 0.09 | 149.22 | 0.98 | 0.46 |
| Hex | 2 | E8 | 72 | 63 | 0 | 33 | 9 | 95 | 62 | 2E |
| Octal | 2 | 350 | 162 | 143 | 0 | 63 | 11 | 225 | 142 | 56 |
| Binary | 10 | 11101000 | 1110010 | 1100011 | 0 | 110011 | 1001 | 10010101 | 1100010 | 101110 |
Color Harmonies of #02E872
Complementary color
Monochromatic Colors of #02E872
Black with #02E872
Text Example
Text Example
White with #02E872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E872; }
p { color: rgb(2,232,114); }
H1.HeaderClassName
{
color: #02E872;
}
.AnyTagClassName
{
color: #02E872;
}
</style>
background-color css
<style>
a { background-color: #02E872; }
a { background-color: rgb(2,232,114); }
div.DivClassName
{
background-color: #02E872;
}
.BgClassName
{
background-color: #02E872;
}
</style>
border-color css
<style>
span { border-color: #02E872; }
span { border-color: rgb(2,232,114); }
td.TdClassName
{
border-color: #02E872;
}
.TagClassName
{
border-color: #02E872;
}
</style>