Shades of Kelly Green #2BBA10
Tints of Kelly Green #2BBA10
RGB
CMYK
RGB Variations
Color information
#2BBA10 (or 0x2BBA10) is known color: Kelly Green. HEX triplet: 2B, BA and 10. RGB value is (43,186,16). Sum of RGB (Red+Green+Blue) = 43+186+16=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA10 is #D445EF. Grayscale: #7C7C7C. Windows color (decimal): -13911536 or 1096235. OLE color: 1096235.
HSL color Cylindrical-coordinate representation of color #2BBA10: hue angle of 110.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BBA10 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 16 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.27 |
| HSL | 110.47º | 0.84% | 0.4% | - |
| HSV(B) | 110.47º | 0.91% | 0.73% | - |
| XYZ | 18.65 | 35.67 | 6.39 | - |
| YUV | 123.86 | 67.12 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 16 | 0.77 | 0 | 0.91 | 0.27 | 110.47 | 0.84 | 0.4 |
| Hex | 2B | BA | 10 | 4D | 0 | 5B | 1B | 6E | 54 | 28 |
| Octal | 53 | 272 | 20 | 115 | 0 | 133 | 33 | 156 | 124 | 50 |
| Binary | 101011 | 10111010 | 10000 | 1001101 | 0 | 1011011 | 11011 | 1101110 | 1010100 | 101000 |
Color Harmonies of #2BBA10
Complementary color
Monochromatic Colors of #2BBA10
Black with #2BBA10
Text Example
Text Example
White with #2BBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA10; }
p { color: rgb(43,186,16); }
H1.HeaderClassName
{
color: #2BBA10;
}
.AnyTagClassName
{
color: #2BBA10;
}
</style>
background-color css
<style>
a { background-color: #2BBA10; }
a { background-color: rgb(43,186,16); }
div.DivClassName
{
background-color: #2BBA10;
}
.BgClassName
{
background-color: #2BBA10;
}
</style>
border-color css
<style>
span { border-color: #2BBA10; }
span { border-color: rgb(43,186,16); }
td.TdClassName
{
border-color: #2BBA10;
}
.TagClassName
{
border-color: #2BBA10;
}
</style>