Shades of Medium Spring Green #02F395
Tints of Medium Spring Green #02F395
RGB
CMYK
RGB Variations
Color information
#02F395 (or 0x02F395) is known color: Medium Spring Green. HEX triplet: 02, F3 and 95. RGB value is (2,243,149). Sum of RGB (Red+Green+Blue) = 2+243+149=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 243 (95.31% from 255 or 61.68% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 243 - color contains mainly: green. Hex color #02F395 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F395 is #FD0C6A. Grayscale: #A0A0A0. Windows color (decimal): -16583787 or 9827074. OLE color: 9827074.
HSL color Cylindrical-coordinate representation of color #02F395: hue angle of 156.6º 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 #02F395 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 243 | 149 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.05 |
| HSL | 156.6º | 0.98% | 0.48% | - |
| HSV(B) | 156.6º | 0.99% | 0.95% | - |
| XYZ | 37.5 | 66.28 | 39.25 | - |
| YUV | 160.23 | 121.66 | 15.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 243 | 149 | 0.99 | 0 | 0.39 | 0.05 | 156.6 | 0.98 | 0.48 |
| Hex | 2 | F3 | 95 | 63 | 0 | 27 | 5 | 9D | 62 | 30 |
| Octal | 2 | 363 | 225 | 143 | 0 | 47 | 5 | 235 | 142 | 60 |
| Binary | 10 | 11110011 | 10010101 | 1100011 | 0 | 100111 | 101 | 10011101 | 1100010 | 110000 |
Color Harmonies of #02F395
Complementary color
Monochromatic Colors of #02F395
Black with #02F395
Text Example
Text Example
White with #02F395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F395; }
p { color: rgb(2,243,149); }
H1.HeaderClassName
{
color: #02F395;
}
.AnyTagClassName
{
color: #02F395;
}
</style>
background-color css
<style>
a { background-color: #02F395; }
a { background-color: rgb(2,243,149); }
div.DivClassName
{
background-color: #02F395;
}
.BgClassName
{
background-color: #02F395;
}
</style>
border-color css
<style>
span { border-color: #02F395; }
span { border-color: rgb(2,243,149); }
td.TdClassName
{
border-color: #02F395;
}
.TagClassName
{
border-color: #02F395;
}
</style>