Shades of Spring Green #02E87A
Tints of Spring Green #02E87A
RGB
CMYK
RGB Variations
Color information
#02E87A (or 0x02E87A) is known color: Spring Green. HEX triplet: 02, E8 and 7A. RGB value is (2,232,122). Sum of RGB (Red+Green+Blue) = 2+232+122=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 232 (91.02% from 255 or 65.17% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 232 - color contains mainly: green. Hex color #02E87A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E87A is #FD1785. Grayscale: #969696. Windows color (decimal): -16586630 or 8054786. OLE color: 8054786.
HSL color Cylindrical-coordinate representation of color #02E87A: hue angle of 151.3º 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 #02E87A is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 122 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.09 |
| HSL | 151.3º | 0.98% | 0.46% | - |
| HSV(B) | 151.3º | 0.99% | 0.91% | - |
| XYZ | 32.39 | 59.13 | 28.12 | - |
| YUV | 150.69 | 111.8 | 21.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 122 | 0.99 | 0 | 0.47 | 0.09 | 151.3 | 0.98 | 0.46 |
| Hex | 2 | E8 | 7A | 63 | 0 | 2F | 9 | 97 | 62 | 2E |
| Octal | 2 | 350 | 172 | 143 | 0 | 57 | 11 | 227 | 142 | 56 |
| Binary | 10 | 11101000 | 1111010 | 1100011 | 0 | 101111 | 1001 | 10010111 | 1100010 | 101110 |
Color Harmonies of #02E87A
Complementary color
Monochromatic Colors of #02E87A
Black with #02E87A
Text Example
Text Example
White with #02E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E87A; }
p { color: rgb(2,232,122); }
H1.HeaderClassName
{
color: #02E87A;
}
.AnyTagClassName
{
color: #02E87A;
}
</style>
background-color css
<style>
a { background-color: #02E87A; }
a { background-color: rgb(2,232,122); }
div.DivClassName
{
background-color: #02E87A;
}
.BgClassName
{
background-color: #02E87A;
}
</style>
border-color css
<style>
span { border-color: #02E87A; }
span { border-color: rgb(2,232,122); }
td.TdClassName
{
border-color: #02E87A;
}
.TagClassName
{
border-color: #02E87A;
}
</style>