Shades of Spring Green #02FF6E
Tints of Spring Green #02FF6E
RGB
CMYK
RGB Variations
Color information
#02FF6E (or 0x02FF6E) is known color: Spring Green. HEX triplet: 02, FF and 6E. RGB value is (2,255,110). Sum of RGB (Red+Green+Blue) = 2+255+110=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF6E is #FD0091. Grayscale: #A3A3A3. Windows color (decimal): -16580754 or 7274242. OLE color: 7274242.
HSL color Cylindrical-coordinate representation of color #02FF6E: hue angle of 145.61º 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 #02FF6E is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 110 | - |
| CMYK | 0.99 | 0 | 0.57 | 0 |
| HSL | 145.61º | 1% | 0.5% | - |
| HSV(B) | 145.61º | 0.99% | 1% | - |
| XYZ | 38.6 | 72.66 | 26.74 | - |
| YUV | 162.82 | 98.18 | 13.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 110 | 0.99 | 0 | 0.57 | 0 | 145.61 | 1 | 0.5 |
| Hex | 2 | FF | 6E | 63 | 0 | 39 | 0 | 92 | 64 | 32 |
| Octal | 2 | 377 | 156 | 143 | 0 | 71 | 0 | 222 | 144 | 62 |
| Binary | 10 | 11111111 | 1101110 | 1100011 | 0 | 111001 | 0 | 10010010 | 1100100 | 110010 |
Color Harmonies of #02FF6E
Complementary color
Monochromatic Colors of #02FF6E
Black with #02FF6E
Text Example
Text Example
White with #02FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF6E; }
p { color: rgb(2,255,110); }
H1.HeaderClassName
{
color: #02FF6E;
}
.AnyTagClassName
{
color: #02FF6E;
}
</style>
background-color css
<style>
a { background-color: #02FF6E; }
a { background-color: rgb(2,255,110); }
div.DivClassName
{
background-color: #02FF6E;
}
.BgClassName
{
background-color: #02FF6E;
}
</style>
border-color css
<style>
span { border-color: #02FF6E; }
span { border-color: rgb(2,255,110); }
td.TdClassName
{
border-color: #02FF6E;
}
.TagClassName
{
border-color: #02FF6E;
}
</style>