Shades of Spring Green #02F96E
Tints of Spring Green #02F96E
RGB
CMYK
RGB Variations
Color information
#02F96E (or 0x02F96E) is known color: Spring Green. HEX triplet: 02, F9 and 6E. RGB value is (2,249,110). Sum of RGB (Red+Green+Blue) = 2+249+110=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #02F96E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F96E is #FD0691. Grayscale: #9F9F9F. Windows color (decimal): -16582290 or 7272706. OLE color: 7272706.
HSL color Cylindrical-coordinate representation of color #02F96E: hue angle of 146.23º 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 #02F96E is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 110 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.02 |
| HSL | 146.23º | 0.98% | 0.49% | - |
| HSV(B) | 146.23º | 0.99% | 0.98% | - |
| XYZ | 36.72 | 68.89 | 26.11 | - |
| YUV | 159.3 | 100.17 | 15.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 110 | 0.99 | 0 | 0.56 | 0.02 | 146.23 | 0.98 | 0.49 |
| Hex | 2 | F9 | 6E | 63 | 0 | 38 | 2 | 92 | 62 | 31 |
| Octal | 2 | 371 | 156 | 143 | 0 | 70 | 2 | 222 | 142 | 61 |
| Binary | 10 | 11111001 | 1101110 | 1100011 | 0 | 111000 | 10 | 10010010 | 1100010 | 110001 |
Color Harmonies of #02F96E
Complementary color
Monochromatic Colors of #02F96E
Black with #02F96E
Text Example
Text Example
White with #02F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F96E; }
p { color: rgb(2,249,110); }
H1.HeaderClassName
{
color: #02F96E;
}
.AnyTagClassName
{
color: #02F96E;
}
</style>
background-color css
<style>
a { background-color: #02F96E; }
a { background-color: rgb(2,249,110); }
div.DivClassName
{
background-color: #02F96E;
}
.BgClassName
{
background-color: #02F96E;
}
</style>
border-color css
<style>
span { border-color: #02F96E; }
span { border-color: rgb(2,249,110); }
td.TdClassName
{
border-color: #02F96E;
}
.TagClassName
{
border-color: #02F96E;
}
</style>