Shades of Spring Green #02EE72
Tints of Spring Green #02EE72
RGB
CMYK
RGB Variations
Color information
#02EE72 (or 0x02EE72) is known color: Spring Green. HEX triplet: 02, EE and 72. RGB value is (2,238,114). Sum of RGB (Red+Green+Blue) = 2+238+114=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EE72 is #FD118D. Grayscale: #999999. Windows color (decimal): -16585102 or 7532034. OLE color: 7532034.
HSL color Cylindrical-coordinate representation of color #02EE72: hue angle of 148.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EE72 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 238 | 114 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.07 |
| HSL | 148.47º | 0.98% | 0.47% | - |
| HSV(B) | 148.47º | 0.99% | 0.93% | - |
| XYZ | 33.64 | 62.38 | 26.19 | - |
| YUV | 153.3 | 105.81 | 20.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 114 | 0.99 | 0 | 0.52 | 0.07 | 148.47 | 0.98 | 0.47 |
| Hex | 2 | EE | 72 | 63 | 0 | 34 | 7 | 94 | 62 | 2F |
| Octal | 2 | 356 | 162 | 143 | 0 | 64 | 7 | 224 | 142 | 57 |
| Binary | 10 | 11101110 | 1110010 | 1100011 | 0 | 110100 | 111 | 10010100 | 1100010 | 101111 |
Color Harmonies of #02EE72
Complementary color
Monochromatic Colors of #02EE72
Black with #02EE72
Text Example
Text Example
White with #02EE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EE72; }
p { color: rgb(2,238,114); }
H1.HeaderClassName
{
color: #02EE72;
}
.AnyTagClassName
{
color: #02EE72;
}
</style>
background-color css
<style>
a { background-color: #02EE72; }
a { background-color: rgb(2,238,114); }
div.DivClassName
{
background-color: #02EE72;
}
.BgClassName
{
background-color: #02EE72;
}
</style>
border-color css
<style>
span { border-color: #02EE72; }
span { border-color: rgb(2,238,114); }
td.TdClassName
{
border-color: #02EE72;
}
.TagClassName
{
border-color: #02EE72;
}
</style>