Shades of Spring Green #02E878
Tints of Spring Green #02E878
RGB
CMYK
RGB Variations
Color information
#02E878 (or 0x02E878) is known color: Spring Green. HEX triplet: 02, E8 and 78. RGB value is (2,232,120). Sum of RGB (Red+Green+Blue) = 2+232+120=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 232 (91.02% from 255 or 65.54% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 232 - color contains mainly: green. Hex color #02E878 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E878 is #FD1787. Grayscale: #969696. Windows color (decimal): -16586632 or 7923714. OLE color: 7923714.
HSL color Cylindrical-coordinate representation of color #02E878: hue angle of 150.78º 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 #02E878 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 120 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.09 |
| HSL | 150.78º | 0.98% | 0.46% | - |
| HSV(B) | 150.78º | 0.99% | 0.91% | - |
| XYZ | 32.27 | 59.08 | 27.47 | - |
| YUV | 150.46 | 110.8 | 22.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 120 | 0.99 | 0 | 0.48 | 0.09 | 150.78 | 0.98 | 0.46 |
| Hex | 2 | E8 | 78 | 63 | 0 | 30 | 9 | 97 | 62 | 2E |
| Octal | 2 | 350 | 170 | 143 | 0 | 60 | 11 | 227 | 142 | 56 |
| Binary | 10 | 11101000 | 1111000 | 1100011 | 0 | 110000 | 1001 | 10010111 | 1100010 | 101110 |
Color Harmonies of #02E878
Complementary color
Monochromatic Colors of #02E878
Black with #02E878
Text Example
Text Example
White with #02E878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E878; }
p { color: rgb(2,232,120); }
H1.HeaderClassName
{
color: #02E878;
}
.AnyTagClassName
{
color: #02E878;
}
</style>
background-color css
<style>
a { background-color: #02E878; }
a { background-color: rgb(2,232,120); }
div.DivClassName
{
background-color: #02E878;
}
.BgClassName
{
background-color: #02E878;
}
</style>
border-color css
<style>
span { border-color: #02E878; }
span { border-color: rgb(2,232,120); }
td.TdClassName
{
border-color: #02E878;
}
.TagClassName
{
border-color: #02E878;
}
</style>