Shades of Kelly Green #2FBA17
Tints of Kelly Green #2FBA17
RGB
CMYK
RGB Variations
Color information
#2FBA17 (or 0x2FBA17) is known color: Kelly Green. HEX triplet: 2F, BA and 17. RGB value is (47,186,23). Sum of RGB (Red+Green+Blue) = 47+186+23=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA17 is #D045E8. Grayscale: #7E7E7E. Windows color (decimal): -13649385 or 1554991. OLE color: 1554991.
HSL color Cylindrical-coordinate representation of color #2FBA17: hue angle of 111.17º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FBA17 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 23 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.27 |
| HSL | 111.17º | 0.78% | 0.41% | - |
| HSV(B) | 111.17º | 0.88% | 0.73% | - |
| XYZ | 18.89 | 35.78 | 6.72 | - |
| YUV | 125.86 | 69.95 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 23 | 0.75 | 0 | 0.88 | 0.27 | 111.17 | 0.78 | 0.41 |
| Hex | 2F | BA | 17 | 4B | 0 | 58 | 1B | 6F | 4E | 29 |
| Octal | 57 | 272 | 27 | 113 | 0 | 130 | 33 | 157 | 116 | 51 |
| Binary | 101111 | 10111010 | 10111 | 1001011 | 0 | 1011000 | 11011 | 1101111 | 1001110 | 101001 |
Color Harmonies of #2FBA17
Complementary color
Monochromatic Colors of #2FBA17
Black with #2FBA17
Text Example
Text Example
White with #2FBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA17; }
p { color: rgb(47,186,23); }
H1.HeaderClassName
{
color: #2FBA17;
}
.AnyTagClassName
{
color: #2FBA17;
}
</style>
background-color css
<style>
a { background-color: #2FBA17; }
a { background-color: rgb(47,186,23); }
div.DivClassName
{
background-color: #2FBA17;
}
.BgClassName
{
background-color: #2FBA17;
}
</style>
border-color css
<style>
span { border-color: #2FBA17; }
span { border-color: rgb(47,186,23); }
td.TdClassName
{
border-color: #2FBA17;
}
.TagClassName
{
border-color: #2FBA17;
}
</style>