Shades of Kelly Green #2BAB0E
Tints of Kelly Green #2BAB0E
RGB
CMYK
RGB Variations
Color information
#2BAB0E (or 0x2BAB0E) is known color: Kelly Green. HEX triplet: 2B, AB and 0E. RGB value is (43,171,14). Sum of RGB (Red+Green+Blue) = 43+171+14=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 171 (67.19% from 255 or 75% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAB0E is #D454F1. Grayscale: #737373. Windows color (decimal): -13915378 or 961323. OLE color: 961323.
HSL color Cylindrical-coordinate representation of color #2BAB0E: hue angle of 108.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BAB0E is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 14 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.33 |
| HSL | 108.92º | 0.85% | 0.36% | - |
| HSV(B) | 108.92º | 0.92% | 0.67% | - |
| XYZ | 15.64 | 29.67 | 5.32 | - |
| YUV | 114.83 | 71.09 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 14 | 0.75 | 0 | 0.92 | 0.33 | 108.92 | 0.85 | 0.36 |
| Hex | 2B | AB | E | 4B | 0 | 5C | 21 | 6D | 55 | 24 |
| Octal | 53 | 253 | 16 | 113 | 0 | 134 | 41 | 155 | 125 | 44 |
| Binary | 101011 | 10101011 | 1110 | 1001011 | 0 | 1011100 | 100001 | 1101101 | 1010101 | 100100 |
Color Harmonies of #2BAB0E
Complementary color
Monochromatic Colors of #2BAB0E
Black with #2BAB0E
Text Example
Text Example
White with #2BAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB0E; }
p { color: rgb(43,171,14); }
H1.HeaderClassName
{
color: #2BAB0E;
}
.AnyTagClassName
{
color: #2BAB0E;
}
</style>
background-color css
<style>
a { background-color: #2BAB0E; }
a { background-color: rgb(43,171,14); }
div.DivClassName
{
background-color: #2BAB0E;
}
.BgClassName
{
background-color: #2BAB0E;
}
</style>
border-color css
<style>
span { border-color: #2BAB0E; }
span { border-color: rgb(43,171,14); }
td.TdClassName
{
border-color: #2BAB0E;
}
.TagClassName
{
border-color: #2BAB0E;
}
</style>