Shades of Kelly Green #2FB117
Tints of Kelly Green #2FB117
RGB
CMYK
RGB Variations
Color information
#2FB117 (or 0x2FB117) is known color: Kelly Green. HEX triplet: 2F, B1 and 17. RGB value is (47,177,23). Sum of RGB (Red+Green+Blue) = 47+177+23=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB117 is #D04EE8. Grayscale: #797979. Windows color (decimal): -13651689 or 1552687. OLE color: 1552687.
HSL color Cylindrical-coordinate representation of color #2FB117: hue angle of 110.65º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FB117 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 23 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.31 |
| HSL | 110.65º | 0.77% | 0.39% | - |
| HSV(B) | 110.65º | 0.87% | 0.69% | - |
| XYZ | 17.05 | 32.11 | 6.11 | - |
| YUV | 120.57 | 72.93 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 23 | 0.73 | 0 | 0.87 | 0.31 | 110.65 | 0.77 | 0.39 |
| Hex | 2F | B1 | 17 | 49 | 0 | 57 | 1F | 6F | 4D | 27 |
| Octal | 57 | 261 | 27 | 111 | 0 | 127 | 37 | 157 | 115 | 47 |
| Binary | 101111 | 10110001 | 10111 | 1001001 | 0 | 1010111 | 11111 | 1101111 | 1001101 | 100111 |
Color Harmonies of #2FB117
Complementary color
Monochromatic Colors of #2FB117
Black with #2FB117
Text Example
Text Example
White with #2FB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB117; }
p { color: rgb(47,177,23); }
H1.HeaderClassName
{
color: #2FB117;
}
.AnyTagClassName
{
color: #2FB117;
}
</style>
background-color css
<style>
a { background-color: #2FB117; }
a { background-color: rgb(47,177,23); }
div.DivClassName
{
background-color: #2FB117;
}
.BgClassName
{
background-color: #2FB117;
}
</style>
border-color css
<style>
span { border-color: #2FB117; }
span { border-color: rgb(47,177,23); }
td.TdClassName
{
border-color: #2FB117;
}
.TagClassName
{
border-color: #2FB117;
}
</style>