Shades of Spring Green #02F970
Tints of Spring Green #02F970
RGB
CMYK
RGB Variations
Color information
#02F970 (or 0x02F970) is known color: Spring Green. HEX triplet: 02, F9 and 70. RGB value is (2,249,112). Sum of RGB (Red+Green+Blue) = 2+249+112=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #02F970 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F970 is #FD068F. Grayscale: #9F9F9F. Windows color (decimal): -16582288 or 7403778. OLE color: 7403778.
HSL color Cylindrical-coordinate representation of color #02F970: hue angle of 146.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F970 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 112 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.02 |
| HSL | 146.72º | 0.98% | 0.49% | - |
| HSV(B) | 146.72º | 0.99% | 0.98% | - |
| XYZ | 36.83 | 68.93 | 26.69 | - |
| YUV | 159.53 | 101.17 | 15.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 112 | 0.99 | 0 | 0.55 | 0.02 | 146.72 | 0.98 | 0.49 |
| Hex | 2 | F9 | 70 | 63 | 0 | 37 | 2 | 93 | 62 | 31 |
| Octal | 2 | 371 | 160 | 143 | 0 | 67 | 2 | 223 | 142 | 61 |
| Binary | 10 | 11111001 | 1110000 | 1100011 | 0 | 110111 | 10 | 10010011 | 1100010 | 110001 |
Color Harmonies of #02F970
Complementary color
Monochromatic Colors of #02F970
Black with #02F970
Text Example
Text Example
White with #02F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F970; }
p { color: rgb(2,249,112); }
H1.HeaderClassName
{
color: #02F970;
}
.AnyTagClassName
{
color: #02F970;
}
</style>
background-color css
<style>
a { background-color: #02F970; }
a { background-color: rgb(2,249,112); }
div.DivClassName
{
background-color: #02F970;
}
.BgClassName
{
background-color: #02F970;
}
</style>
border-color css
<style>
span { border-color: #02F970; }
span { border-color: rgb(2,249,112); }
td.TdClassName
{
border-color: #02F970;
}
.TagClassName
{
border-color: #02F970;
}
</style>