Shades of Lime Green #2BBB1D
Tints of Lime Green #2BBB1D
RGB
CMYK
RGB Variations
Color information
#2BBB1D (or 0x2BBB1D) is known color: Lime Green. HEX triplet: 2B, BB and 1D. RGB value is (43,187,29). Sum of RGB (Red+Green+Blue) = 43+187+29=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB1D is #D444E2. Grayscale: #7E7E7E. Windows color (decimal): -13911267 or 1948459. OLE color: 1948459.
HSL color Cylindrical-coordinate representation of color #2BBB1D: hue angle of 114.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BBB1D is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 29 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.27 |
| HSL | 114.68º | 0.73% | 0.42% | - |
| HSV(B) | 114.68º | 0.84% | 0.73% | - |
| XYZ | 18.99 | 36.14 | 7.14 | - |
| YUV | 125.93 | 73.29 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 29 | 0.77 | 0 | 0.84 | 0.27 | 114.68 | 0.73 | 0.42 |
| Hex | 2B | BB | 1D | 4D | 0 | 54 | 1B | 73 | 49 | 2A |
| Octal | 53 | 273 | 35 | 115 | 0 | 124 | 33 | 163 | 111 | 52 |
| Binary | 101011 | 10111011 | 11101 | 1001101 | 0 | 1010100 | 11011 | 1110011 | 1001001 | 101010 |
Color Harmonies of #2BBB1D
Complementary color
Monochromatic Colors of #2BBB1D
Black with #2BBB1D
Text Example
Text Example
White with #2BBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB1D; }
p { color: rgb(43,187,29); }
H1.HeaderClassName
{
color: #2BBB1D;
}
.AnyTagClassName
{
color: #2BBB1D;
}
</style>
background-color css
<style>
a { background-color: #2BBB1D; }
a { background-color: rgb(43,187,29); }
div.DivClassName
{
background-color: #2BBB1D;
}
.BgClassName
{
background-color: #2BBB1D;
}
</style>
border-color css
<style>
span { border-color: #2BBB1D; }
span { border-color: rgb(43,187,29); }
td.TdClassName
{
border-color: #2BBB1D;
}
.TagClassName
{
border-color: #2BBB1D;
}
</style>