Shades of Medium Spring Green #02F592
Tints of Medium Spring Green #02F592
RGB
CMYK
RGB Variations
Color information
#02F592 (or 0x02F592) is known color: Medium Spring Green. HEX triplet: 02, F5 and 92. RGB value is (2,245,146). Sum of RGB (Red+Green+Blue) = 2+245+146=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #02F592 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F592 is #FD0A6D. Grayscale: #A1A1A1. Windows color (decimal): -16583278 or 9630978. OLE color: 9630978.
HSL color Cylindrical-coordinate representation of color #02F592: hue angle of 155.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F592 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 146 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.04 |
| HSL | 155.56º | 0.98% | 0.48% | - |
| HSV(B) | 155.56º | 0.99% | 0.96% | - |
| XYZ | 37.87 | 67.39 | 38.21 | - |
| YUV | 161.06 | 119.49 | 14.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 146 | 0.99 | 0 | 0.40 | 0.04 | 155.56 | 0.98 | 0.48 |
| Hex | 2 | F5 | 92 | 63 | 0 | 28 | 4 | 9C | 62 | 30 |
| Octal | 2 | 365 | 222 | 143 | 0 | 50 | 4 | 234 | 142 | 60 |
| Binary | 10 | 11110101 | 10010010 | 1100011 | 0 | 101000 | 100 | 10011100 | 1100010 | 110000 |
Color Harmonies of #02F592
Complementary color
Monochromatic Colors of #02F592
Black with #02F592
Text Example
Text Example
White with #02F592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F592; }
p { color: rgb(2,245,146); }
H1.HeaderClassName
{
color: #02F592;
}
.AnyTagClassName
{
color: #02F592;
}
</style>
background-color css
<style>
a { background-color: #02F592; }
a { background-color: rgb(2,245,146); }
div.DivClassName
{
background-color: #02F592;
}
.BgClassName
{
background-color: #02F592;
}
</style>
border-color css
<style>
span { border-color: #02F592; }
span { border-color: rgb(2,245,146); }
td.TdClassName
{
border-color: #02F592;
}
.TagClassName
{
border-color: #02F592;
}
</style>