Shades of Kelly Green #2FB218
Tints of Kelly Green #2FB218
RGB
CMYK
RGB Variations
Color information
#2FB218 (or 0x2FB218) is known color: Kelly Green. HEX triplet: 2F, B2 and 18. RGB value is (47,178,24). Sum of RGB (Red+Green+Blue) = 47+178+24=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 178 (69.92% from 255 or 71.49% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB218 is #D04DE7. Grayscale: #797979. Windows color (decimal): -13651432 or 1618479. OLE color: 1618479.
HSL color Cylindrical-coordinate representation of color #2FB218: hue angle of 111.04º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FB218 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 24 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.30 |
| HSL | 111.04º | 0.76% | 0.4% | - |
| HSV(B) | 111.04º | 0.87% | 0.7% | - |
| XYZ | 17.26 | 32.51 | 6.23 | - |
| YUV | 121.28 | 73.1 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 24 | 0.74 | 0 | 0.87 | 0.30 | 111.04 | 0.76 | 0.4 |
| Hex | 2F | B2 | 18 | 4A | 0 | 57 | 1E | 6F | 4C | 28 |
| Octal | 57 | 262 | 30 | 112 | 0 | 127 | 36 | 157 | 114 | 50 |
| Binary | 101111 | 10110010 | 11000 | 1001010 | 0 | 1010111 | 11110 | 1101111 | 1001100 | 101000 |
Color Harmonies of #2FB218
Complementary color
Monochromatic Colors of #2FB218
Black with #2FB218
Text Example
Text Example
White with #2FB218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB218; }
p { color: rgb(47,178,24); }
H1.HeaderClassName
{
color: #2FB218;
}
.AnyTagClassName
{
color: #2FB218;
}
</style>
background-color css
<style>
a { background-color: #2FB218; }
a { background-color: rgb(47,178,24); }
div.DivClassName
{
background-color: #2FB218;
}
.BgClassName
{
background-color: #2FB218;
}
</style>
border-color css
<style>
span { border-color: #2FB218; }
span { border-color: rgb(47,178,24); }
td.TdClassName
{
border-color: #2FB218;
}
.TagClassName
{
border-color: #2FB218;
}
</style>