Shades of Spring Green #02E882
Tints of Spring Green #02E882
RGB
CMYK
RGB Variations
Color information
#02E882 (or 0x02E882) is known color: Spring Green. HEX triplet: 02, E8 and 82. RGB value is (2,232,130). Sum of RGB (Red+Green+Blue) = 2+232+130=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 232 (91.02% from 255 or 63.74% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 232 - color contains mainly: green. Hex color #02E882 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E882 is #FD177D. Grayscale: #979797. Windows color (decimal): -16586622 or 8579074. OLE color: 8579074.
HSL color Cylindrical-coordinate representation of color #02E882: hue angle of 153.39º 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 #02E882 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 130 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.09 |
| HSL | 153.39º | 0.98% | 0.46% | - |
| HSV(B) | 153.39º | 0.99% | 0.91% | - |
| XYZ | 32.91 | 59.34 | 30.84 | - |
| YUV | 151.6 | 115.8 | 21.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 130 | 0.99 | 0 | 0.44 | 0.09 | 153.39 | 0.98 | 0.46 |
| Hex | 2 | E8 | 82 | 63 | 0 | 2C | 9 | 99 | 62 | 2E |
| Octal | 2 | 350 | 202 | 143 | 0 | 54 | 11 | 231 | 142 | 56 |
| Binary | 10 | 11101000 | 10000010 | 1100011 | 0 | 101100 | 1001 | 10011001 | 1100010 | 101110 |
Color Harmonies of #02E882
Complementary color
Monochromatic Colors of #02E882
Black with #02E882
Text Example
Text Example
White with #02E882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E882; }
p { color: rgb(2,232,130); }
H1.HeaderClassName
{
color: #02E882;
}
.AnyTagClassName
{
color: #02E882;
}
</style>
background-color css
<style>
a { background-color: #02E882; }
a { background-color: rgb(2,232,130); }
div.DivClassName
{
background-color: #02E882;
}
.BgClassName
{
background-color: #02E882;
}
</style>
border-color css
<style>
span { border-color: #02E882; }
span { border-color: rgb(2,232,130); }
td.TdClassName
{
border-color: #02E882;
}
.TagClassName
{
border-color: #02E882;
}
</style>