Shades of Spring Green #02E286
Tints of Spring Green #02E286
RGB
CMYK
RGB Variations
Color information
#02E286 (or 0x02E286) is known color: Spring Green. HEX triplet: 02, E2 and 86. RGB value is (2,226,134). Sum of RGB (Red+Green+Blue) = 2+226+134=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 226 (88.67% from 255 or 62.43% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 226 - color contains mainly: green. Hex color #02E286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E286 is #FD1D79. Grayscale: #949494. Windows color (decimal): -16588154 or 8839682. OLE color: 8839682.
HSL color Cylindrical-coordinate representation of color #02E286: hue angle of 155.36º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E286 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 134 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.11 |
| HSL | 155.36º | 0.98% | 0.45% | - |
| HSV(B) | 155.36º | 0.99% | 0.89% | - |
| XYZ | 31.52 | 56.13 | 31.73 | - |
| YUV | 148.54 | 119.79 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 134 | 0.99 | 0 | 0.41 | 0.11 | 155.36 | 0.98 | 0.45 |
| Hex | 2 | E2 | 86 | 63 | 0 | 29 | B | 9B | 62 | 2D |
| Octal | 2 | 342 | 206 | 143 | 0 | 51 | 13 | 233 | 142 | 55 |
| Binary | 10 | 11100010 | 10000110 | 1100011 | 0 | 101001 | 1011 | 10011011 | 1100010 | 101101 |
Color Harmonies of #02E286
Complementary color
Monochromatic Colors of #02E286
Black with #02E286
Text Example
Text Example
White with #02E286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E286; }
p { color: rgb(2,226,134); }
H1.HeaderClassName
{
color: #02E286;
}
.AnyTagClassName
{
color: #02E286;
}
</style>
background-color css
<style>
a { background-color: #02E286; }
a { background-color: rgb(2,226,134); }
div.DivClassName
{
background-color: #02E286;
}
.BgClassName
{
background-color: #02E286;
}
</style>
border-color css
<style>
span { border-color: #02E286; }
span { border-color: rgb(2,226,134); }
td.TdClassName
{
border-color: #02E286;
}
.TagClassName
{
border-color: #02E286;
}
</style>