Shades of Spring Green #02EC7B
Tints of Spring Green #02EC7B
RGB
CMYK
RGB Variations
Color information
#02EC7B (or 0x02EC7B) is known color: Spring Green. HEX triplet: 02, EC and 7B. RGB value is (2,236,123). Sum of RGB (Red+Green+Blue) = 2+236+123=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC7B is #FD1384. Grayscale: #999999. Windows color (decimal): -16585605 or 8121346. OLE color: 8121346.
HSL color Cylindrical-coordinate representation of color #02EC7B: hue angle of 151.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC7B is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 123 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.07 |
| HSL | 151.03º | 0.98% | 0.47% | - |
| HSV(B) | 151.03º | 0.99% | 0.93% | - |
| XYZ | 33.6 | 61.43 | 28.83 | - |
| YUV | 153.15 | 110.98 | 20.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 123 | 0.99 | 0 | 0.48 | 0.07 | 151.03 | 0.98 | 0.47 |
| Hex | 2 | EC | 7B | 63 | 0 | 30 | 7 | 97 | 62 | 2F |
| Octal | 2 | 354 | 173 | 143 | 0 | 60 | 7 | 227 | 142 | 57 |
| Binary | 10 | 11101100 | 1111011 | 1100011 | 0 | 110000 | 111 | 10010111 | 1100010 | 101111 |
Color Harmonies of #02EC7B
Complementary color
Monochromatic Colors of #02EC7B
Black with #02EC7B
Text Example
Text Example
White with #02EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC7B; }
p { color: rgb(2,236,123); }
H1.HeaderClassName
{
color: #02EC7B;
}
.AnyTagClassName
{
color: #02EC7B;
}
</style>
background-color css
<style>
a { background-color: #02EC7B; }
a { background-color: rgb(2,236,123); }
div.DivClassName
{
background-color: #02EC7B;
}
.BgClassName
{
background-color: #02EC7B;
}
</style>
border-color css
<style>
span { border-color: #02EC7B; }
span { border-color: rgb(2,236,123); }
td.TdClassName
{
border-color: #02EC7B;
}
.TagClassName
{
border-color: #02EC7B;
}
</style>