Shades of Spring Green #02E986
Tints of Spring Green #02E986
RGB
CMYK
RGB Variations
Color information
#02E986 (or 0x02E986) is known color: Spring Green. HEX triplet: 02, E9 and 86. RGB value is (2,233,134). Sum of RGB (Red+Green+Blue) = 2+233+134=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 233 (91.41% from 255 or 63.14% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 233 - color contains mainly: green. Hex color #02E986 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E986 is #FD1679. Grayscale: #989898. Windows color (decimal): -16586362 or 8841474. OLE color: 8841474.
HSL color Cylindrical-coordinate representation of color #02E986: hue angle of 154.29º 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 #02E986 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 134 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.09 |
| HSL | 154.29º | 0.98% | 0.46% | - |
| HSV(B) | 154.29º | 0.99% | 0.91% | - |
| XYZ | 33.47 | 60.01 | 32.37 | - |
| YUV | 152.65 | 117.47 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 134 | 0.99 | 0 | 0.42 | 0.09 | 154.29 | 0.98 | 0.46 |
| Hex | 2 | E9 | 86 | 63 | 0 | 2A | 9 | 9A | 62 | 2E |
| Octal | 2 | 351 | 206 | 143 | 0 | 52 | 11 | 232 | 142 | 56 |
| Binary | 10 | 11101001 | 10000110 | 1100011 | 0 | 101010 | 1001 | 10011010 | 1100010 | 101110 |
Color Harmonies of #02E986
Complementary color
Monochromatic Colors of #02E986
Black with #02E986
Text Example
Text Example
White with #02E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E986; }
p { color: rgb(2,233,134); }
H1.HeaderClassName
{
color: #02E986;
}
.AnyTagClassName
{
color: #02E986;
}
</style>
background-color css
<style>
a { background-color: #02E986; }
a { background-color: rgb(2,233,134); }
div.DivClassName
{
background-color: #02E986;
}
.BgClassName
{
background-color: #02E986;
}
</style>
border-color css
<style>
span { border-color: #02E986; }
span { border-color: rgb(2,233,134); }
td.TdClassName
{
border-color: #02E986;
}
.TagClassName
{
border-color: #02E986;
}
</style>