Shades of Spring Green #02F77A
Tints of Spring Green #02F77A
RGB
CMYK
RGB Variations
Color information
#02F77A (or 0x02F77A) is known color: Spring Green. HEX triplet: 02, F7 and 7A. RGB value is (2,247,122). Sum of RGB (Red+Green+Blue) = 2+247+122=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #02F77A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F77A is #FD0885. Grayscale: #9F9F9F. Windows color (decimal): -16582790 or 8058626. OLE color: 8058626.
HSL color Cylindrical-coordinate representation of color #02F77A: hue angle of 149.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F77A is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 247 | 122 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.03 |
| HSL | 149.39º | 0.98% | 0.49% | - |
| HSV(B) | 149.39º | 0.99% | 0.97% | - |
| XYZ | 36.8 | 67.94 | 29.59 | - |
| YUV | 159.5 | 106.83 | 15.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 247 | 122 | 0.99 | 0 | 0.51 | 0.03 | 149.39 | 0.98 | 0.49 |
| Hex | 2 | F7 | 7A | 63 | 0 | 33 | 3 | 95 | 62 | 31 |
| Octal | 2 | 367 | 172 | 143 | 0 | 63 | 3 | 225 | 142 | 61 |
| Binary | 10 | 11110111 | 1111010 | 1100011 | 0 | 110011 | 11 | 10010101 | 1100010 | 110001 |
Color Harmonies of #02F77A
Complementary color
Monochromatic Colors of #02F77A
Black with #02F77A
Text Example
Text Example
White with #02F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F77A; }
p { color: rgb(2,247,122); }
H1.HeaderClassName
{
color: #02F77A;
}
.AnyTagClassName
{
color: #02F77A;
}
</style>
background-color css
<style>
a { background-color: #02F77A; }
a { background-color: rgb(2,247,122); }
div.DivClassName
{
background-color: #02F77A;
}
.BgClassName
{
background-color: #02F77A;
}
</style>
border-color css
<style>
span { border-color: #02F77A; }
span { border-color: rgb(2,247,122); }
td.TdClassName
{
border-color: #02F77A;
}
.TagClassName
{
border-color: #02F77A;
}
</style>