Shades of Spring Green #02E67C
Tints of Spring Green #02E67C
RGB
CMYK
RGB Variations
Color information
#02E67C (or 0x02E67C) is known color: Spring Green. HEX triplet: 02, E6 and 7C. RGB value is (2,230,124). Sum of RGB (Red+Green+Blue) = 2+230+124=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #02E67C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E67C is #FD1983. Grayscale: #959595. Windows color (decimal): -16587140 or 8185346. OLE color: 8185346.
HSL color Cylindrical-coordinate representation of color #02E67C: hue angle of 152.11º 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 #02E67C is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 124 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.10 |
| HSL | 152.11º | 0.98% | 0.45% | - |
| HSV(B) | 152.11º | 0.99% | 0.9% | - |
| XYZ | 31.96 | 58.06 | 28.59 | - |
| YUV | 149.74 | 113.46 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 124 | 0.99 | 0 | 0.46 | 0.10 | 152.11 | 0.98 | 0.45 |
| Hex | 2 | E6 | 7C | 63 | 0 | 2E | A | 98 | 62 | 2D |
| Octal | 2 | 346 | 174 | 143 | 0 | 56 | 12 | 230 | 142 | 55 |
| Binary | 10 | 11100110 | 1111100 | 1100011 | 0 | 101110 | 1010 | 10011000 | 1100010 | 101101 |
Color Harmonies of #02E67C
Complementary color
Monochromatic Colors of #02E67C
Black with #02E67C
Text Example
Text Example
White with #02E67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E67C; }
p { color: rgb(2,230,124); }
H1.HeaderClassName
{
color: #02E67C;
}
.AnyTagClassName
{
color: #02E67C;
}
</style>
background-color css
<style>
a { background-color: #02E67C; }
a { background-color: rgb(2,230,124); }
div.DivClassName
{
background-color: #02E67C;
}
.BgClassName
{
background-color: #02E67C;
}
</style>
border-color css
<style>
span { border-color: #02E67C; }
span { border-color: rgb(2,230,124); }
td.TdClassName
{
border-color: #02E67C;
}
.TagClassName
{
border-color: #02E67C;
}
</style>