Shades of Medium Spring Green #02FEC0
Tints of Medium Spring Green #02FEC0
RGB
CMYK
RGB Variations
Color information
#02FEC0 (or 0x02FEC0) is known color: Medium Spring Green. HEX triplet: 02, FE and C0. RGB value is (2,254,192). Sum of RGB (Red+Green+Blue) = 2+254+192=448 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FEC0 is #FD013F. Grayscale: #ABABAB. Windows color (decimal): -16580928 or 12647938. OLE color: 12647938.
HSL color Cylindrical-coordinate representation of color #02FEC0: hue angle of 165.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEC0 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 192 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.00 |
| HSL | 165.24º | 0.99% | 0.5% | - |
| HSV(B) | 165.24º | 0.99% | 1% | - |
| XYZ | 44.98 | 74.7 | 61.92 | - |
| YUV | 171.58 | 139.51 | 7.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 192 | 0.99 | 0 | 0.24 | 0.00 | 165.24 | 0.99 | 0.5 |
| Hex | 2 | FE | C0 | 63 | 0 | 18 | 0 | A5 | 63 | 32 |
| Octal | 2 | 376 | 300 | 143 | 0 | 30 | 0 | 245 | 143 | 62 |
| Binary | 10 | 11111110 | 11000000 | 1100011 | 0 | 11000 | 0 | 10100101 | 1100011 | 110010 |
Color Harmonies of #02FEC0
Complementary color
Monochromatic Colors of #02FEC0
Black with #02FEC0
Text Example
Text Example
White with #02FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEC0; }
p { color: rgb(2,254,192); }
H1.HeaderClassName
{
color: #02FEC0;
}
.AnyTagClassName
{
color: #02FEC0;
}
</style>
background-color css
<style>
a { background-color: #02FEC0; }
a { background-color: rgb(2,254,192); }
div.DivClassName
{
background-color: #02FEC0;
}
.BgClassName
{
background-color: #02FEC0;
}
</style>
border-color css
<style>
span { border-color: #02FEC0; }
span { border-color: rgb(2,254,192); }
td.TdClassName
{
border-color: #02FEC0;
}
.TagClassName
{
border-color: #02FEC0;
}
</style>