Shades of Kelly Green #2BB011
Tints of Kelly Green #2BB011
RGB
CMYK
RGB Variations
Color information
#2BB011 (or 0x2BB011) is known color: Kelly Green. HEX triplet: 2B, B0 and 11. RGB value is (43,176,17). Sum of RGB (Red+Green+Blue) = 43+176+17=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 176 (69.14% from 255 or 74.58% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BB011 is #D44FEE. Grayscale: #767676. Windows color (decimal): -13914095 or 1159211. OLE color: 1159211.
HSL color Cylindrical-coordinate representation of color #2BB011: hue angle of 110.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BB011 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 17 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.31 |
| HSL | 110.19º | 0.82% | 0.38% | - |
| HSV(B) | 110.19º | 0.9% | 0.69% | - |
| XYZ | 16.62 | 31.6 | 5.75 | - |
| YUV | 118.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 17 | 0.76 | 0 | 0.90 | 0.31 | 110.19 | 0.82 | 0.38 |
| Hex | 2B | B0 | 11 | 4C | 0 | 5A | 1F | 6E | 52 | 26 |
| Octal | 53 | 260 | 21 | 114 | 0 | 132 | 37 | 156 | 122 | 46 |
| Binary | 101011 | 10110000 | 10001 | 1001100 | 0 | 1011010 | 11111 | 1101110 | 1010010 | 100110 |
Color Harmonies of #2BB011
Complementary color
Monochromatic Colors of #2BB011
Black with #2BB011
Text Example
Text Example
White with #2BB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB011; }
p { color: rgb(43,176,17); }
H1.HeaderClassName
{
color: #2BB011;
}
.AnyTagClassName
{
color: #2BB011;
}
</style>
background-color css
<style>
a { background-color: #2BB011; }
a { background-color: rgb(43,176,17); }
div.DivClassName
{
background-color: #2BB011;
}
.BgClassName
{
background-color: #2BB011;
}
</style>
border-color css
<style>
span { border-color: #2BB011; }
span { border-color: rgb(43,176,17); }
td.TdClassName
{
border-color: #2BB011;
}
.TagClassName
{
border-color: #2BB011;
}
</style>