Shades of Spring Green #02FA6B
Tints of Spring Green #02FA6B
RGB
CMYK
RGB Variations
Color information
#02FA6B (or 0x02FA6B) is known color: Spring Green. HEX triplet: 02, FA and 6B. RGB value is (2,250,107). Sum of RGB (Red+Green+Blue) = 2+250+107=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA6B is #FD0594. Grayscale: #9F9F9F. Windows color (decimal): -16582037 or 7076354. OLE color: 7076354.
HSL color Cylindrical-coordinate representation of color #02FA6B: hue angle of 145.4º 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 #02FA6B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 107 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.02 |
| HSL | 145.4º | 0.98% | 0.49% | - |
| HSV(B) | 145.4º | 0.99% | 0.98% | - |
| XYZ | 36.86 | 69.45 | 25.37 | - |
| YUV | 159.55 | 98.34 | 15.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 107 | 0.99 | 0 | 0.57 | 0.02 | 145.4 | 0.98 | 0.49 |
| Hex | 2 | FA | 6B | 63 | 0 | 39 | 2 | 91 | 62 | 31 |
| Octal | 2 | 372 | 153 | 143 | 0 | 71 | 2 | 221 | 142 | 61 |
| Binary | 10 | 11111010 | 1101011 | 1100011 | 0 | 111001 | 10 | 10010001 | 1100010 | 110001 |
Color Harmonies of #02FA6B
Complementary color
Monochromatic Colors of #02FA6B
Black with #02FA6B
Text Example
Text Example
White with #02FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA6B; }
p { color: rgb(2,250,107); }
H1.HeaderClassName
{
color: #02FA6B;
}
.AnyTagClassName
{
color: #02FA6B;
}
</style>
background-color css
<style>
a { background-color: #02FA6B; }
a { background-color: rgb(2,250,107); }
div.DivClassName
{
background-color: #02FA6B;
}
.BgClassName
{
background-color: #02FA6B;
}
</style>
border-color css
<style>
span { border-color: #02FA6B; }
span { border-color: rgb(2,250,107); }
td.TdClassName
{
border-color: #02FA6B;
}
.TagClassName
{
border-color: #02FA6B;
}
</style>