Shades of Kelly Green #2BAC0B
Tints of Kelly Green #2BAC0B
RGB
CMYK
RGB Variations
Color information
#2BAC0B (or 0x2BAC0B) is known color: Kelly Green. HEX triplet: 2B, AC and 0B. RGB value is (43,172,11). Sum of RGB (Red+Green+Blue) = 43+172+11=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 172 (67.58% from 255 or 76.11% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAC0B is #D453F4. Grayscale: #737373. Windows color (decimal): -13915125 or 764971. OLE color: 764971.
HSL color Cylindrical-coordinate representation of color #2BAC0B: hue angle of 108.07º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BAC0B is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 11 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.33 |
| HSL | 108.07º | 0.88% | 0.36% | - |
| HSV(B) | 108.07º | 0.94% | 0.67% | - |
| XYZ | 15.81 | 30.04 | 5.28 | - |
| YUV | 115.08 | 69.26 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 11 | 0.75 | 0 | 0.94 | 0.33 | 108.07 | 0.88 | 0.36 |
| Hex | 2B | AC | B | 4B | 0 | 5E | 21 | 6C | 58 | 24 |
| Octal | 53 | 254 | 13 | 113 | 0 | 136 | 41 | 154 | 130 | 44 |
| Binary | 101011 | 10101100 | 1011 | 1001011 | 0 | 1011110 | 100001 | 1101100 | 1011000 | 100100 |
Color Harmonies of #2BAC0B
Complementary color
Monochromatic Colors of #2BAC0B
Black with #2BAC0B
Text Example
Text Example
White with #2BAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC0B; }
p { color: rgb(43,172,11); }
H1.HeaderClassName
{
color: #2BAC0B;
}
.AnyTagClassName
{
color: #2BAC0B;
}
</style>
background-color css
<style>
a { background-color: #2BAC0B; }
a { background-color: rgb(43,172,11); }
div.DivClassName
{
background-color: #2BAC0B;
}
.BgClassName
{
background-color: #2BAC0B;
}
</style>
border-color css
<style>
span { border-color: #2BAC0B; }
span { border-color: rgb(43,172,11); }
td.TdClassName
{
border-color: #2BAC0B;
}
.TagClassName
{
border-color: #2BAC0B;
}
</style>