Shades of Spring Green #02E582
Tints of Spring Green #02E582
RGB
CMYK
RGB Variations
Color information
#02E582 (or 0x02E582) is known color: Spring Green. HEX triplet: 02, E5 and 82. RGB value is (2,229,130). Sum of RGB (Red+Green+Blue) = 2+229+130=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 229 (89.84% from 255 or 63.43% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 229 - color contains mainly: green. Hex color #02E582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E582 is #FD1A7D. Grayscale: #969696. Windows color (decimal): -16587390 or 8578306. OLE color: 8578306.
HSL color Cylindrical-coordinate representation of color #02E582: hue angle of 153.83º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E582 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 130 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.10 |
| HSL | 153.83º | 0.98% | 0.45% | - |
| HSV(B) | 153.83º | 0.99% | 0.9% | - |
| XYZ | 32.07 | 57.66 | 30.56 | - |
| YUV | 149.84 | 116.79 | 22.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 130 | 0.99 | 0 | 0.43 | 0.10 | 153.83 | 0.98 | 0.45 |
| Hex | 2 | E5 | 82 | 63 | 0 | 2B | A | 9A | 62 | 2D |
| Octal | 2 | 345 | 202 | 143 | 0 | 53 | 12 | 232 | 142 | 55 |
| Binary | 10 | 11100101 | 10000010 | 1100011 | 0 | 101011 | 1010 | 10011010 | 1100010 | 101101 |
Color Harmonies of #02E582
Complementary color
Monochromatic Colors of #02E582
Black with #02E582
Text Example
Text Example
White with #02E582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E582; }
p { color: rgb(2,229,130); }
H1.HeaderClassName
{
color: #02E582;
}
.AnyTagClassName
{
color: #02E582;
}
</style>
background-color css
<style>
a { background-color: #02E582; }
a { background-color: rgb(2,229,130); }
div.DivClassName
{
background-color: #02E582;
}
.BgClassName
{
background-color: #02E582;
}
</style>
border-color css
<style>
span { border-color: #02E582; }
span { border-color: rgb(2,229,130); }
td.TdClassName
{
border-color: #02E582;
}
.TagClassName
{
border-color: #02E582;
}
</style>