Shades of Medium Spring Green #02FC92
Tints of Medium Spring Green #02FC92
RGB
CMYK
RGB Variations
Color information
#02FC92 (or 0x02FC92) is known color: Medium Spring Green. HEX triplet: 02, FC and 92. RGB value is (2,252,146). Sum of RGB (Red+Green+Blue) = 2+252+146=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 252 (98.83% from 255 or 63% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FC92 is #FD036D. Grayscale: #A5A5A5. Windows color (decimal): -16581486 or 9632770. OLE color: 9632770.
HSL color Cylindrical-coordinate representation of color #02FC92: hue angle of 154.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FC92 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 146 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.01 |
| HSL | 154.56º | 0.98% | 0.5% | - |
| HSV(B) | 154.56º | 0.99% | 0.99% | - |
| XYZ | 40.02 | 71.71 | 38.93 | - |
| YUV | 165.17 | 117.18 | 11.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 146 | 0.99 | 0 | 0.42 | 0.01 | 154.56 | 0.98 | 0.5 |
| Hex | 2 | FC | 92 | 63 | 0 | 2A | 1 | 9B | 62 | 32 |
| Octal | 2 | 374 | 222 | 143 | 0 | 52 | 1 | 233 | 142 | 62 |
| Binary | 10 | 11111100 | 10010010 | 1100011 | 0 | 101010 | 1 | 10011011 | 1100010 | 110010 |
Color Harmonies of #02FC92
Complementary color
Monochromatic Colors of #02FC92
Black with #02FC92
Text Example
Text Example
White with #02FC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FC92; }
p { color: rgb(2,252,146); }
H1.HeaderClassName
{
color: #02FC92;
}
.AnyTagClassName
{
color: #02FC92;
}
</style>
background-color css
<style>
a { background-color: #02FC92; }
a { background-color: rgb(2,252,146); }
div.DivClassName
{
background-color: #02FC92;
}
.BgClassName
{
background-color: #02FC92;
}
</style>
border-color css
<style>
span { border-color: #02FC92; }
span { border-color: rgb(2,252,146); }
td.TdClassName
{
border-color: #02FC92;
}
.TagClassName
{
border-color: #02FC92;
}
</style>