Shades of Spring Green #02FF69
Tints of Spring Green #02FF69
RGB
CMYK
RGB Variations
Color information
#02FF69 (or 0x02FF69) is known color: Spring Green. HEX triplet: 02, FF and 69. RGB value is (2,255,105). Sum of RGB (Red+Green+Blue) = 2+255+105=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF69 is #FD0096. Grayscale: #A2A2A2. Windows color (decimal): -16580759 or 6946562. OLE color: 6946562.
HSL color Cylindrical-coordinate representation of color #02FF69: hue angle of 144.43º 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 #02FF69 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 105 | - |
| CMYK | 0.99 | 0 | 0.59 | 0 |
| HSL | 144.43º | 1% | 0.5% | - |
| HSV(B) | 144.43º | 0.99% | 1% | - |
| XYZ | 38.33 | 72.55 | 25.35 | - |
| YUV | 162.25 | 95.68 | 13.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 105 | 0.99 | 0 | 0.59 | 0 | 144.43 | 1 | 0.5 |
| Hex | 2 | FF | 69 | 63 | 0 | 3B | 0 | 90 | 64 | 32 |
| Octal | 2 | 377 | 151 | 143 | 0 | 73 | 0 | 220 | 144 | 62 |
| Binary | 10 | 11111111 | 1101001 | 1100011 | 0 | 111011 | 0 | 10010000 | 1100100 | 110010 |
Color Harmonies of #02FF69
Complementary color
Monochromatic Colors of #02FF69
Black with #02FF69
Text Example
Text Example
White with #02FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF69; }
p { color: rgb(2,255,105); }
H1.HeaderClassName
{
color: #02FF69;
}
.AnyTagClassName
{
color: #02FF69;
}
</style>
background-color css
<style>
a { background-color: #02FF69; }
a { background-color: rgb(2,255,105); }
div.DivClassName
{
background-color: #02FF69;
}
.BgClassName
{
background-color: #02FF69;
}
</style>
border-color css
<style>
span { border-color: #02FF69; }
span { border-color: rgb(2,255,105); }
td.TdClassName
{
border-color: #02FF69;
}
.TagClassName
{
border-color: #02FF69;
}
</style>