Shades of Kelly Green #2FA60E
Tints of Kelly Green #2FA60E
RGB
CMYK
RGB Variations
Color information
#2FA60E (or 0x2FA60E) is known color: Kelly Green. HEX triplet: 2F, A6 and 0E. RGB value is (47,166,14). Sum of RGB (Red+Green+Blue) = 47+166+14=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 166 (65.23% from 255 or 73.13% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA60E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA60E is #D059F1. Grayscale: #717171. Windows color (decimal): -13654514 or 960047. OLE color: 960047.
HSL color Cylindrical-coordinate representation of color #2FA60E: hue angle of 106.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FA60E is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 14 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.35 |
| HSL | 106.97º | 0.84% | 0.35% | - |
| HSV(B) | 106.97º | 0.92% | 0.65% | - |
| XYZ | 14.89 | 27.91 | 5.02 | - |
| YUV | 113.09 | 72.08 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 14 | 0.72 | 0 | 0.92 | 0.35 | 106.97 | 0.84 | 0.35 |
| Hex | 2F | A6 | E | 48 | 0 | 5C | 23 | 6B | 54 | 23 |
| Octal | 57 | 246 | 16 | 110 | 0 | 134 | 43 | 153 | 124 | 43 |
| Binary | 101111 | 10100110 | 1110 | 1001000 | 0 | 1011100 | 100011 | 1101011 | 1010100 | 100011 |
Color Harmonies of #2FA60E
Complementary color
Monochromatic Colors of #2FA60E
Black with #2FA60E
Text Example
Text Example
White with #2FA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA60E; }
p { color: rgb(47,166,14); }
H1.HeaderClassName
{
color: #2FA60E;
}
.AnyTagClassName
{
color: #2FA60E;
}
</style>
background-color css
<style>
a { background-color: #2FA60E; }
a { background-color: rgb(47,166,14); }
div.DivClassName
{
background-color: #2FA60E;
}
.BgClassName
{
background-color: #2FA60E;
}
</style>
border-color css
<style>
span { border-color: #2FA60E; }
span { border-color: rgb(47,166,14); }
td.TdClassName
{
border-color: #2FA60E;
}
.TagClassName
{
border-color: #2FA60E;
}
</style>