Shades of Kelly Green #2FAB0E
Tints of Kelly Green #2FAB0E
RGB
CMYK
RGB Variations
Color information
#2FAB0E (or 0x2FAB0E) is known color: Kelly Green. HEX triplet: 2F, AB and 0E. RGB value is (47,171,14). Sum of RGB (Red+Green+Blue) = 47+171+14=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 171 (67.19% from 255 or 73.71% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAB0E is #D054F1. Grayscale: #747474. Windows color (decimal): -13653234 or 961327. OLE color: 961327.
HSL color Cylindrical-coordinate representation of color #2FAB0E: hue angle of 107.39º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FAB0E is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 14 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.33 |
| HSL | 107.39º | 0.85% | 0.36% | - |
| HSV(B) | 107.39º | 0.92% | 0.67% | - |
| XYZ | 15.81 | 29.76 | 5.33 | - |
| YUV | 116.03 | 70.42 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 14 | 0.73 | 0 | 0.92 | 0.33 | 107.39 | 0.85 | 0.36 |
| Hex | 2F | AB | E | 49 | 0 | 5C | 21 | 6B | 55 | 24 |
| Octal | 57 | 253 | 16 | 111 | 0 | 134 | 41 | 153 | 125 | 44 |
| Binary | 101111 | 10101011 | 1110 | 1001001 | 0 | 1011100 | 100001 | 1101011 | 1010101 | 100100 |
Color Harmonies of #2FAB0E
Complementary color
Monochromatic Colors of #2FAB0E
Black with #2FAB0E
Text Example
Text Example
White with #2FAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB0E; }
p { color: rgb(47,171,14); }
H1.HeaderClassName
{
color: #2FAB0E;
}
.AnyTagClassName
{
color: #2FAB0E;
}
</style>
background-color css
<style>
a { background-color: #2FAB0E; }
a { background-color: rgb(47,171,14); }
div.DivClassName
{
background-color: #2FAB0E;
}
.BgClassName
{
background-color: #2FAB0E;
}
</style>
border-color css
<style>
span { border-color: #2FAB0E; }
span { border-color: rgb(47,171,14); }
td.TdClassName
{
border-color: #2FAB0E;
}
.TagClassName
{
border-color: #2FAB0E;
}
</style>