Shades of Spring Green #02E86A
Tints of Spring Green #02E86A
RGB
CMYK
RGB Variations
Color information
#02E86A (or 0x02E86A) is known color: Spring Green. HEX triplet: 02, E8 and 6A. RGB value is (2,232,106). Sum of RGB (Red+Green+Blue) = 2+232+106=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 232 (91.02% from 255 or 68.24% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 232 - color contains mainly: green. Hex color #02E86A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E86A is #FD1795. Grayscale: #959595. Windows color (decimal): -16586646 or 7006210. OLE color: 7006210.
HSL color Cylindrical-coordinate representation of color #02E86A: hue angle of 147.13º 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 #02E86A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 106 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.09 |
| HSL | 147.13º | 0.98% | 0.46% | - |
| HSV(B) | 147.13º | 0.99% | 0.91% | - |
| XYZ | 31.48 | 58.77 | 23.32 | - |
| YUV | 148.87 | 103.8 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 106 | 0.99 | 0 | 0.54 | 0.09 | 147.13 | 0.98 | 0.46 |
| Hex | 2 | E8 | 6A | 63 | 0 | 36 | 9 | 93 | 62 | 2E |
| Octal | 2 | 350 | 152 | 143 | 0 | 66 | 11 | 223 | 142 | 56 |
| Binary | 10 | 11101000 | 1101010 | 1100011 | 0 | 110110 | 1001 | 10010011 | 1100010 | 101110 |
Color Harmonies of #02E86A
Complementary color
Monochromatic Colors of #02E86A
Black with #02E86A
Text Example
Text Example
White with #02E86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E86A; }
p { color: rgb(2,232,106); }
H1.HeaderClassName
{
color: #02E86A;
}
.AnyTagClassName
{
color: #02E86A;
}
</style>
background-color css
<style>
a { background-color: #02E86A; }
a { background-color: rgb(2,232,106); }
div.DivClassName
{
background-color: #02E86A;
}
.BgClassName
{
background-color: #02E86A;
}
</style>
border-color css
<style>
span { border-color: #02E86A; }
span { border-color: rgb(2,232,106); }
td.TdClassName
{
border-color: #02E86A;
}
.TagClassName
{
border-color: #02E86A;
}
</style>