Shades of Medium Spring Green #02FE93
Tints of Medium Spring Green #02FE93
RGB
CMYK
RGB Variations
Color information
#02FE93 (or 0x02FE93) is known color: Medium Spring Green. HEX triplet: 02, FE and 93. RGB value is (2,254,147). Sum of RGB (Red+Green+Blue) = 2+254+147=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 254 (99.61% from 255 or 63.03% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FE93 is #FD016C. Grayscale: #A6A6A6. Windows color (decimal): -16580973 or 9698818. OLE color: 9698818.
HSL color Cylindrical-coordinate representation of color #02FE93: hue angle of 154.52º 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 #02FE93 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 147 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.00 |
| HSL | 154.52º | 0.99% | 0.5% | - |
| HSV(B) | 154.52º | 0.99% | 1% | - |
| XYZ | 40.73 | 73 | 39.55 | - |
| YUV | 166.45 | 117.01 | 10.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 147 | 0.99 | 0 | 0.42 | 0.00 | 154.52 | 0.99 | 0.5 |
| Hex | 2 | FE | 93 | 63 | 0 | 2A | 0 | 9B | 63 | 32 |
| Octal | 2 | 376 | 223 | 143 | 0 | 52 | 0 | 233 | 143 | 62 |
| Binary | 10 | 11111110 | 10010011 | 1100011 | 0 | 101010 | 0 | 10011011 | 1100011 | 110010 |
Color Harmonies of #02FE93
Complementary color
Monochromatic Colors of #02FE93
Black with #02FE93
Text Example
Text Example
White with #02FE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE93; }
p { color: rgb(2,254,147); }
H1.HeaderClassName
{
color: #02FE93;
}
.AnyTagClassName
{
color: #02FE93;
}
</style>
background-color css
<style>
a { background-color: #02FE93; }
a { background-color: rgb(2,254,147); }
div.DivClassName
{
background-color: #02FE93;
}
.BgClassName
{
background-color: #02FE93;
}
</style>
border-color css
<style>
span { border-color: #02FE93; }
span { border-color: rgb(2,254,147); }
td.TdClassName
{
border-color: #02FE93;
}
.TagClassName
{
border-color: #02FE93;
}
</style>