Shades of Kelly Green #2BBA08
Tints of Kelly Green #2BBA08
RGB
CMYK
RGB Variations
Color information
#2BBA08 (or 0x2BBA08) is known color: Kelly Green. HEX triplet: 2B, BA and 08. RGB value is (43,186,8). Sum of RGB (Red+Green+Blue) = 43+186+8=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA08 is #D445F7. Grayscale: #7B7B7B. Windows color (decimal): -13911544 or 571947. OLE color: 571947.
HSL color Cylindrical-coordinate representation of color #2BBA08: hue angle of 108.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BBA08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.27 |
| HSL | 108.2º | 0.92% | 0.38% | - |
| HSV(B) | 108.2º | 0.96% | 0.73% | - |
| XYZ | 18.6 | 35.65 | 6.13 | - |
| YUV | 122.95 | 63.12 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 8 | 0.77 | 0 | 0.96 | 0.27 | 108.2 | 0.92 | 0.38 |
| Hex | 2B | BA | 8 | 4D | 0 | 60 | 1B | 6C | 5C | 26 |
| Octal | 53 | 272 | 10 | 115 | 0 | 140 | 33 | 154 | 134 | 46 |
| Binary | 101011 | 10111010 | 1000 | 1001101 | 0 | 1100000 | 11011 | 1101100 | 1011100 | 100110 |
Color Harmonies of #2BBA08
Complementary color
Monochromatic Colors of #2BBA08
Black with #2BBA08
Text Example
Text Example
White with #2BBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA08; }
p { color: rgb(43,186,8); }
H1.HeaderClassName
{
color: #2BBA08;
}
.AnyTagClassName
{
color: #2BBA08;
}
</style>
background-color css
<style>
a { background-color: #2BBA08; }
a { background-color: rgb(43,186,8); }
div.DivClassName
{
background-color: #2BBA08;
}
.BgClassName
{
background-color: #2BBA08;
}
</style>
border-color css
<style>
span { border-color: #2BBA08; }
span { border-color: rgb(43,186,8); }
td.TdClassName
{
border-color: #2BBA08;
}
.TagClassName
{
border-color: #2BBA08;
}
</style>