Shades of Kelly Green #2FBB16
Tints of Kelly Green #2FBB16
RGB
CMYK
RGB Variations
Color information
#2FBB16 (or 0x2FBB16) is known color: Kelly Green. HEX triplet: 2F, BB and 16. RGB value is (47,187,22). Sum of RGB (Red+Green+Blue) = 47+187+22=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBB16 is #D044E9. Grayscale: #7E7E7E. Windows color (decimal): -13649130 or 1489711. OLE color: 1489711.
HSL color Cylindrical-coordinate representation of color #2FBB16: hue angle of 110.91º degrees, saturation: 0.79, 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 #2FBB16 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 22 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.27 |
| HSL | 110.91º | 0.79% | 0.41% | - |
| HSV(B) | 110.91º | 0.88% | 0.73% | - |
| XYZ | 19.09 | 36.2 | 6.74 | - |
| YUV | 126.33 | 69.12 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 22 | 0.75 | 0 | 0.88 | 0.27 | 110.91 | 0.79 | 0.41 |
| Hex | 2F | BB | 16 | 4B | 0 | 58 | 1B | 6F | 4F | 29 |
| Octal | 57 | 273 | 26 | 113 | 0 | 130 | 33 | 157 | 117 | 51 |
| Binary | 101111 | 10111011 | 10110 | 1001011 | 0 | 1011000 | 11011 | 1101111 | 1001111 | 101001 |
Color Harmonies of #2FBB16
Complementary color
Monochromatic Colors of #2FBB16
Black with #2FBB16
Text Example
Text Example
White with #2FBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB16; }
p { color: rgb(47,187,22); }
H1.HeaderClassName
{
color: #2FBB16;
}
.AnyTagClassName
{
color: #2FBB16;
}
</style>
background-color css
<style>
a { background-color: #2FBB16; }
a { background-color: rgb(47,187,22); }
div.DivClassName
{
background-color: #2FBB16;
}
.BgClassName
{
background-color: #2FBB16;
}
</style>
border-color css
<style>
span { border-color: #2FBB16; }
span { border-color: rgb(47,187,22); }
td.TdClassName
{
border-color: #2FBB16;
}
.TagClassName
{
border-color: #2FBB16;
}
</style>