Shades of Lime Green #2BDA29
Tints of Lime Green #2BDA29
RGB
CMYK
RGB Variations
Color information
#2BDA29 (or 0x2BDA29) is known color: Lime Green. HEX triplet: 2B, DA and 29. RGB value is (43,218,41). Sum of RGB (Red+Green+Blue) = 43+218+41=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA29 is #D425D6. Grayscale: #929292. Windows color (decimal): -13903319 or 2742827. OLE color: 2742827.
HSL color Cylindrical-coordinate representation of color #2BDA29: hue angle of 119.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDA29 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 41 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.15 |
| HSL | 119.32º | 0.71% | 0.51% | - |
| HSV(B) | 119.32º | 0.81% | 0.85% | - |
| XYZ | 26.47 | 50.82 | 10.51 | - |
| YUV | 145.5 | 69.02 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 41 | 0.80 | 0 | 0.81 | 0.15 | 119.32 | 0.71 | 0.51 |
| Hex | 2B | DA | 29 | 50 | 0 | 51 | F | 77 | 47 | 33 |
| Octal | 53 | 332 | 51 | 120 | 0 | 121 | 17 | 167 | 107 | 63 |
| Binary | 101011 | 11011010 | 101001 | 1010000 | 0 | 1010001 | 1111 | 1110111 | 1000111 | 110011 |
Color Harmonies of #2BDA29
Complementary color
Monochromatic Colors of #2BDA29
Black with #2BDA29
Text Example
Text Example
White with #2BDA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA29; }
p { color: rgb(43,218,41); }
H1.HeaderClassName
{
color: #2BDA29;
}
.AnyTagClassName
{
color: #2BDA29;
}
</style>
background-color css
<style>
a { background-color: #2BDA29; }
a { background-color: rgb(43,218,41); }
div.DivClassName
{
background-color: #2BDA29;
}
.BgClassName
{
background-color: #2BDA29;
}
</style>
border-color css
<style>
span { border-color: #2BDA29; }
span { border-color: rgb(43,218,41); }
td.TdClassName
{
border-color: #2BDA29;
}
.TagClassName
{
border-color: #2BDA29;
}
</style>