Shades of Spring Green #02FF64
Tints of Spring Green #02FF64
RGB
CMYK
RGB Variations
Color information
#02FF64 (or 0x02FF64) is known color: Spring Green. HEX triplet: 02, FF and 64. RGB value is (2,255,100). Sum of RGB (Red+Green+Blue) = 2+255+100=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF64 is #FD009B. Grayscale: #A2A2A2. Windows color (decimal): -16580764 or 6618882. OLE color: 6618882.
HSL color Cylindrical-coordinate representation of color #02FF64: hue angle of 143.24º 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 #02FF64 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 100 | - |
| CMYK | 0.99 | 0 | 0.61 | 0 |
| HSL | 143.24º | 1% | 0.5% | - |
| HSV(B) | 143.24º | 0.99% | 1% | - |
| XYZ | 38.09 | 72.45 | 24.03 | - |
| YUV | 161.68 | 93.18 | 14.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 100 | 0.99 | 0 | 0.61 | 0 | 143.24 | 1 | 0.5 |
| Hex | 2 | FF | 64 | 63 | 0 | 3D | 0 | 8F | 64 | 32 |
| Octal | 2 | 377 | 144 | 143 | 0 | 75 | 0 | 217 | 144 | 62 |
| Binary | 10 | 11111111 | 1100100 | 1100011 | 0 | 111101 | 0 | 10001111 | 1100100 | 110010 |
Color Harmonies of #02FF64
Complementary color
Monochromatic Colors of #02FF64
Black with #02FF64
Text Example
Text Example
White with #02FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF64; }
p { color: rgb(2,255,100); }
H1.HeaderClassName
{
color: #02FF64;
}
.AnyTagClassName
{
color: #02FF64;
}
</style>
background-color css
<style>
a { background-color: #02FF64; }
a { background-color: rgb(2,255,100); }
div.DivClassName
{
background-color: #02FF64;
}
.BgClassName
{
background-color: #02FF64;
}
</style>
border-color css
<style>
span { border-color: #02FF64; }
span { border-color: rgb(2,255,100); }
td.TdClassName
{
border-color: #02FF64;
}
.TagClassName
{
border-color: #02FF64;
}
</style>