Shades of Medium Spring Green #02E78A
Tints of Medium Spring Green #02E78A
RGB
CMYK
RGB Variations
Color information
#02E78A (or 0x02E78A) is known color: Medium Spring Green. HEX triplet: 02, E7 and 8A. RGB value is (2,231,138). Sum of RGB (Red+Green+Blue) = 2+231+138=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #02E78A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E78A is #FD1875. Grayscale: #989898. Windows color (decimal): -16586870 or 9103106. OLE color: 9103106.
HSL color Cylindrical-coordinate representation of color #02E78A: hue angle of 155.63º 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 #02E78A is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 138 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.09 |
| HSL | 155.63º | 0.98% | 0.46% | - |
| HSV(B) | 155.63º | 0.99% | 0.91% | - |
| XYZ | 33.19 | 59 | 33.68 | - |
| YUV | 151.93 | 120.13 | 21.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 138 | 0.99 | 0 | 0.40 | 0.09 | 155.63 | 0.98 | 0.46 |
| Hex | 2 | E7 | 8A | 63 | 0 | 28 | 9 | 9C | 62 | 2E |
| Octal | 2 | 347 | 212 | 143 | 0 | 50 | 11 | 234 | 142 | 56 |
| Binary | 10 | 11100111 | 10001010 | 1100011 | 0 | 101000 | 1001 | 10011100 | 1100010 | 101110 |
Color Harmonies of #02E78A
Complementary color
Monochromatic Colors of #02E78A
Black with #02E78A
Text Example
Text Example
White with #02E78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E78A; }
p { color: rgb(2,231,138); }
H1.HeaderClassName
{
color: #02E78A;
}
.AnyTagClassName
{
color: #02E78A;
}
</style>
background-color css
<style>
a { background-color: #02E78A; }
a { background-color: rgb(2,231,138); }
div.DivClassName
{
background-color: #02E78A;
}
.BgClassName
{
background-color: #02E78A;
}
</style>
border-color css
<style>
span { border-color: #02E78A; }
span { border-color: rgb(2,231,138); }
td.TdClassName
{
border-color: #02E78A;
}
.TagClassName
{
border-color: #02E78A;
}
</style>