Shades of Medium Spring Green #02F294
Tints of Medium Spring Green #02F294
RGB
CMYK
RGB Variations
Color information
#02F294 (or 0x02F294) is known color: Medium Spring Green. HEX triplet: 02, F2 and 94. RGB value is (2,242,148). Sum of RGB (Red+Green+Blue) = 2+242+148=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #02F294 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F294 is #FD0D6B. Grayscale: #9F9F9F. Windows color (decimal): -16584044 or 9761282. OLE color: 9761282.
HSL color Cylindrical-coordinate representation of color #02F294: hue angle of 156.5º 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 #02F294 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 148 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.05 |
| HSL | 156.5º | 0.98% | 0.48% | - |
| HSV(B) | 156.5º | 0.99% | 0.95% | - |
| XYZ | 37.12 | 65.66 | 38.73 | - |
| YUV | 159.52 | 121.49 | 15.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 148 | 0.99 | 0 | 0.39 | 0.05 | 156.5 | 0.98 | 0.48 |
| Hex | 2 | F2 | 94 | 63 | 0 | 27 | 5 | 9C | 62 | 30 |
| Octal | 2 | 362 | 224 | 143 | 0 | 47 | 5 | 234 | 142 | 60 |
| Binary | 10 | 11110010 | 10010100 | 1100011 | 0 | 100111 | 101 | 10011100 | 1100010 | 110000 |
Color Harmonies of #02F294
Complementary color
Monochromatic Colors of #02F294
Black with #02F294
Text Example
Text Example
White with #02F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F294; }
p { color: rgb(2,242,148); }
H1.HeaderClassName
{
color: #02F294;
}
.AnyTagClassName
{
color: #02F294;
}
</style>
background-color css
<style>
a { background-color: #02F294; }
a { background-color: rgb(2,242,148); }
div.DivClassName
{
background-color: #02F294;
}
.BgClassName
{
background-color: #02F294;
}
</style>
border-color css
<style>
span { border-color: #02F294; }
span { border-color: rgb(2,242,148); }
td.TdClassName
{
border-color: #02F294;
}
.TagClassName
{
border-color: #02F294;
}
</style>