Shades of Spring Green #02FA68
Tints of Spring Green #02FA68
RGB
CMYK
RGB Variations
Color information
#02FA68 (or 0x02FA68) is known color: Spring Green. HEX triplet: 02, FA and 68. RGB value is (2,250,104). Sum of RGB (Red+Green+Blue) = 2+250+104=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA68 is #FD0597. Grayscale: #9F9F9F. Windows color (decimal): -16582040 or 6879746. OLE color: 6879746.
HSL color Cylindrical-coordinate representation of color #02FA68: hue angle of 144.68º 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 #02FA68 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 104 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.02 |
| HSL | 144.68º | 0.98% | 0.49% | - |
| HSV(B) | 144.68º | 0.99% | 0.98% | - |
| XYZ | 36.71 | 69.38 | 24.55 | - |
| YUV | 159.2 | 96.84 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 104 | 0.99 | 0 | 0.58 | 0.02 | 144.68 | 0.98 | 0.49 |
| Hex | 2 | FA | 68 | 63 | 0 | 3A | 2 | 91 | 62 | 31 |
| Octal | 2 | 372 | 150 | 143 | 0 | 72 | 2 | 221 | 142 | 61 |
| Binary | 10 | 11111010 | 1101000 | 1100011 | 0 | 111010 | 10 | 10010001 | 1100010 | 110001 |
Color Harmonies of #02FA68
Complementary color
Monochromatic Colors of #02FA68
Black with #02FA68
Text Example
Text Example
White with #02FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA68; }
p { color: rgb(2,250,104); }
H1.HeaderClassName
{
color: #02FA68;
}
.AnyTagClassName
{
color: #02FA68;
}
</style>
background-color css
<style>
a { background-color: #02FA68; }
a { background-color: rgb(2,250,104); }
div.DivClassName
{
background-color: #02FA68;
}
.BgClassName
{
background-color: #02FA68;
}
</style>
border-color css
<style>
span { border-color: #02FA68; }
span { border-color: rgb(2,250,104); }
td.TdClassName
{
border-color: #02FA68;
}
.TagClassName
{
border-color: #02FA68;
}
</style>