Shades of Medium Spring Green #02F191
Tints of Medium Spring Green #02F191
RGB
CMYK
RGB Variations
Color information
#02F191 (or 0x02F191) is known color: Medium Spring Green. HEX triplet: 02, F1 and 91. RGB value is (2,241,145). Sum of RGB (Red+Green+Blue) = 2+241+145=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 241 (94.53% from 255 or 62.11% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 241 - color contains mainly: green. Hex color #02F191 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F191 is #FD0E6E. Grayscale: #9E9E9E. Windows color (decimal): -16584303 or 9564418. OLE color: 9564418.
HSL color Cylindrical-coordinate representation of color #02F191: hue angle of 155.9º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F191 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 241 | 145 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.05 |
| HSL | 155.9º | 0.98% | 0.48% | - |
| HSV(B) | 155.9º | 0.99% | 0.95% | - |
| XYZ | 36.59 | 64.97 | 37.4 | - |
| YUV | 158.6 | 120.32 | 16.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 241 | 145 | 0.99 | 0 | 0.40 | 0.05 | 155.9 | 0.98 | 0.48 |
| Hex | 2 | F1 | 91 | 63 | 0 | 28 | 5 | 9C | 62 | 30 |
| Octal | 2 | 361 | 221 | 143 | 0 | 50 | 5 | 234 | 142 | 60 |
| Binary | 10 | 11110001 | 10010001 | 1100011 | 0 | 101000 | 101 | 10011100 | 1100010 | 110000 |
Color Harmonies of #02F191
Complementary color
Monochromatic Colors of #02F191
Black with #02F191
Text Example
Text Example
White with #02F191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F191; }
p { color: rgb(2,241,145); }
H1.HeaderClassName
{
color: #02F191;
}
.AnyTagClassName
{
color: #02F191;
}
</style>
background-color css
<style>
a { background-color: #02F191; }
a { background-color: rgb(2,241,145); }
div.DivClassName
{
background-color: #02F191;
}
.BgClassName
{
background-color: #02F191;
}
</style>
border-color css
<style>
span { border-color: #02F191; }
span { border-color: rgb(2,241,145); }
td.TdClassName
{
border-color: #02F191;
}
.TagClassName
{
border-color: #02F191;
}
</style>