Shades of Lime Green #2BBA17
Tints of Lime Green #2BBA17
RGB
CMYK
RGB Variations
Color information
#2BBA17 (or 0x2BBA17) is known color: Lime Green. HEX triplet: 2B, BA and 17. RGB value is (43,186,23). Sum of RGB (Red+Green+Blue) = 43+186+23=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA17 is #D445E8. Grayscale: #7D7D7D. Windows color (decimal): -13911529 or 1554987. OLE color: 1554987.
HSL color Cylindrical-coordinate representation of color #2BBA17: hue angle of 112.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BBA17 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 23 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.27 |
| HSL | 112.64º | 0.78% | 0.41% | - |
| HSV(B) | 112.64º | 0.88% | 0.73% | - |
| XYZ | 18.71 | 35.69 | 6.71 | - |
| YUV | 124.66 | 70.62 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 23 | 0.77 | 0 | 0.88 | 0.27 | 112.64 | 0.78 | 0.41 |
| Hex | 2B | BA | 17 | 4D | 0 | 58 | 1B | 71 | 4E | 29 |
| Octal | 53 | 272 | 27 | 115 | 0 | 130 | 33 | 161 | 116 | 51 |
| Binary | 101011 | 10111010 | 10111 | 1001101 | 0 | 1011000 | 11011 | 1110001 | 1001110 | 101001 |
Color Harmonies of #2BBA17
Complementary color
Monochromatic Colors of #2BBA17
Black with #2BBA17
Text Example
Text Example
White with #2BBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA17; }
p { color: rgb(43,186,23); }
H1.HeaderClassName
{
color: #2BBA17;
}
.AnyTagClassName
{
color: #2BBA17;
}
</style>
background-color css
<style>
a { background-color: #2BBA17; }
a { background-color: rgb(43,186,23); }
div.DivClassName
{
background-color: #2BBA17;
}
.BgClassName
{
background-color: #2BBA17;
}
</style>
border-color css
<style>
span { border-color: #2BBA17; }
span { border-color: rgb(43,186,23); }
td.TdClassName
{
border-color: #2BBA17;
}
.TagClassName
{
border-color: #2BBA17;
}
</style>