Shades of Spring Green #02FF70
Tints of Spring Green #02FF70
RGB
CMYK
RGB Variations
Color information
#02FF70 (or 0x02FF70) is known color: Spring Green. HEX triplet: 02, FF and 70. RGB value is (2,255,112). Sum of RGB (Red+Green+Blue) = 2+255+112=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF70 is #FD008F. Grayscale: #A3A3A3. Windows color (decimal): -16580752 or 7405314. OLE color: 7405314.
HSL color Cylindrical-coordinate representation of color #02FF70: hue angle of 146.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF70 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 112 | - |
| CMYK | 0.99 | 0 | 0.56 | 0 |
| HSL | 146.09º | 1% | 0.5% | - |
| HSV(B) | 146.09º | 0.99% | 1% | - |
| XYZ | 38.71 | 72.7 | 27.32 | - |
| YUV | 163.05 | 99.18 | 13.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 112 | 0.99 | 0 | 0.56 | 0 | 146.09 | 1 | 0.5 |
| Hex | 2 | FF | 70 | 63 | 0 | 38 | 0 | 92 | 64 | 32 |
| Octal | 2 | 377 | 160 | 143 | 0 | 70 | 0 | 222 | 144 | 62 |
| Binary | 10 | 11111111 | 1110000 | 1100011 | 0 | 111000 | 0 | 10010010 | 1100100 | 110010 |
Color Harmonies of #02FF70
Complementary color
Monochromatic Colors of #02FF70
Black with #02FF70
Text Example
Text Example
White with #02FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF70; }
p { color: rgb(2,255,112); }
H1.HeaderClassName
{
color: #02FF70;
}
.AnyTagClassName
{
color: #02FF70;
}
</style>
background-color css
<style>
a { background-color: #02FF70; }
a { background-color: rgb(2,255,112); }
div.DivClassName
{
background-color: #02FF70;
}
.BgClassName
{
background-color: #02FF70;
}
</style>
border-color css
<style>
span { border-color: #02FF70; }
span { border-color: rgb(2,255,112); }
td.TdClassName
{
border-color: #02FF70;
}
.TagClassName
{
border-color: #02FF70;
}
</style>