Shades of Spring Green #02E082
Tints of Spring Green #02E082
RGB
CMYK
RGB Variations
Color information
#02E082 (or 0x02E082) is known color: Spring Green. HEX triplet: 02, E0 and 82. RGB value is (2,224,130). Sum of RGB (Red+Green+Blue) = 2+224+130=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #02E082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E082 is #FD1F7D. Grayscale: #939393. Windows color (decimal): -16588670 or 8577026. OLE color: 8577026.
HSL color Cylindrical-coordinate representation of color #02E082: hue angle of 154.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E082 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 130 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.12 |
| HSL | 154.59º | 0.98% | 0.44% | - |
| HSV(B) | 154.59º | 0.99% | 0.88% | - |
| XYZ | 30.71 | 54.94 | 30.1 | - |
| YUV | 146.91 | 118.45 | 24.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 130 | 0.99 | 0 | 0.42 | 0.12 | 154.59 | 0.98 | 0.44 |
| Hex | 2 | E0 | 82 | 63 | 0 | 2A | C | 9B | 62 | 2C |
| Octal | 2 | 340 | 202 | 143 | 0 | 52 | 14 | 233 | 142 | 54 |
| Binary | 10 | 11100000 | 10000010 | 1100011 | 0 | 101010 | 1100 | 10011011 | 1100010 | 101100 |
Color Harmonies of #02E082
Complementary color
Monochromatic Colors of #02E082
Black with #02E082
Text Example
Text Example
White with #02E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E082; }
p { color: rgb(2,224,130); }
H1.HeaderClassName
{
color: #02E082;
}
.AnyTagClassName
{
color: #02E082;
}
</style>
background-color css
<style>
a { background-color: #02E082; }
a { background-color: rgb(2,224,130); }
div.DivClassName
{
background-color: #02E082;
}
.BgClassName
{
background-color: #02E082;
}
</style>
border-color css
<style>
span { border-color: #02E082; }
span { border-color: rgb(2,224,130); }
td.TdClassName
{
border-color: #02E082;
}
.TagClassName
{
border-color: #02E082;
}
</style>