Shades of Lime Green #2CBD29
Tints of Lime Green #2CBD29
RGB
CMYK
RGB Variations
Color information
#2CBD29 (or 0x2CBD29) is known color: Lime Green. HEX triplet: 2C, BD and 29. RGB value is (44,189,41). Sum of RGB (Red+Green+Blue) = 44+189+41=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD29 is #D342D6. Grayscale: #818181. Windows color (decimal): -13845207 or 2735404. OLE color: 2735404.
HSL color Cylindrical-coordinate representation of color #2CBD29: hue angle of 118.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CBD29 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 41 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.26 |
| HSL | 118.78º | 0.64% | 0.45% | - |
| HSV(B) | 118.78º | 0.78% | 0.74% | - |
| XYZ | 19.64 | 37.09 | 8.22 | - |
| YUV | 128.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 41 | 0.77 | 0 | 0.78 | 0.26 | 118.78 | 0.64 | 0.45 |
| Hex | 2C | BD | 29 | 4D | 0 | 4E | 1A | 77 | 40 | 2D |
| Octal | 54 | 275 | 51 | 115 | 0 | 116 | 32 | 167 | 100 | 55 |
| Binary | 101100 | 10111101 | 101001 | 1001101 | 0 | 1001110 | 11010 | 1110111 | 1000000 | 101101 |
Color Harmonies of #2CBD29
Complementary color
Monochromatic Colors of #2CBD29
Black with #2CBD29
Text Example
Text Example
White with #2CBD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD29; }
p { color: rgb(44,189,41); }
H1.HeaderClassName
{
color: #2CBD29;
}
.AnyTagClassName
{
color: #2CBD29;
}
</style>
background-color css
<style>
a { background-color: #2CBD29; }
a { background-color: rgb(44,189,41); }
div.DivClassName
{
background-color: #2CBD29;
}
.BgClassName
{
background-color: #2CBD29;
}
</style>
border-color css
<style>
span { border-color: #2CBD29; }
span { border-color: rgb(44,189,41); }
td.TdClassName
{
border-color: #2CBD29;
}
.TagClassName
{
border-color: #2CBD29;
}
</style>