Shades of Spring Green #02FA7B
Tints of Spring Green #02FA7B
RGB
CMYK
RGB Variations
Color information
#02FA7B (or 0x02FA7B) is known color: Spring Green. HEX triplet: 02, FA and 7B. RGB value is (2,250,123). Sum of RGB (Red+Green+Blue) = 2+250+123=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA7B is #FD0584. Grayscale: #A1A1A1. Windows color (decimal): -16582021 or 8124930. OLE color: 8124930.
HSL color Cylindrical-coordinate representation of color #02FA7B: hue angle of 149.27º 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 #02FA7B is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 123 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.02 |
| HSL | 149.27º | 0.98% | 0.49% | - |
| HSV(B) | 149.27º | 0.99% | 0.98% | - |
| XYZ | 37.79 | 69.81 | 30.22 | - |
| YUV | 161.37 | 106.34 | 14.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 123 | 0.99 | 0 | 0.51 | 0.02 | 149.27 | 0.98 | 0.49 |
| Hex | 2 | FA | 7B | 63 | 0 | 33 | 2 | 95 | 62 | 31 |
| Octal | 2 | 372 | 173 | 143 | 0 | 63 | 2 | 225 | 142 | 61 |
| Binary | 10 | 11111010 | 1111011 | 1100011 | 0 | 110011 | 10 | 10010101 | 1100010 | 110001 |
Color Harmonies of #02FA7B
Complementary color
Monochromatic Colors of #02FA7B
Black with #02FA7B
Text Example
Text Example
White with #02FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA7B; }
p { color: rgb(2,250,123); }
H1.HeaderClassName
{
color: #02FA7B;
}
.AnyTagClassName
{
color: #02FA7B;
}
</style>
background-color css
<style>
a { background-color: #02FA7B; }
a { background-color: rgb(2,250,123); }
div.DivClassName
{
background-color: #02FA7B;
}
.BgClassName
{
background-color: #02FA7B;
}
</style>
border-color css
<style>
span { border-color: #02FA7B; }
span { border-color: rgb(2,250,123); }
td.TdClassName
{
border-color: #02FA7B;
}
.TagClassName
{
border-color: #02FA7B;
}
</style>