Shades of Lime Green #2CDA29
Tints of Lime Green #2CDA29
RGB
CMYK
RGB Variations
Color information
#2CDA29 (or 0x2CDA29) is known color: Lime Green. HEX triplet: 2C, DA and 29. RGB value is (44,218,41). Sum of RGB (Red+Green+Blue) = 44+218+41=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA29 is #D325D6. Grayscale: #929292. Windows color (decimal): -13837783 or 2742828. OLE color: 2742828.
HSL color Cylindrical-coordinate representation of color #2CDA29: hue angle of 118.98º 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 #2CDA29 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 41 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.15 |
| HSL | 118.98º | 0.71% | 0.51% | - |
| HSV(B) | 118.98º | 0.81% | 0.85% | - |
| XYZ | 26.51 | 50.84 | 10.51 | - |
| YUV | 145.8 | 68.85 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 41 | 0.80 | 0 | 0.81 | 0.15 | 118.98 | 0.71 | 0.51 |
| Hex | 2C | DA | 29 | 50 | 0 | 51 | F | 77 | 47 | 33 |
| Octal | 54 | 332 | 51 | 120 | 0 | 121 | 17 | 167 | 107 | 63 |
| Binary | 101100 | 11011010 | 101001 | 1010000 | 0 | 1010001 | 1111 | 1110111 | 1000111 | 110011 |
Color Harmonies of #2CDA29
Complementary color
Monochromatic Colors of #2CDA29
Black with #2CDA29
Text Example
Text Example
White with #2CDA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA29; }
p { color: rgb(44,218,41); }
H1.HeaderClassName
{
color: #2CDA29;
}
.AnyTagClassName
{
color: #2CDA29;
}
</style>
background-color css
<style>
a { background-color: #2CDA29; }
a { background-color: rgb(44,218,41); }
div.DivClassName
{
background-color: #2CDA29;
}
.BgClassName
{
background-color: #2CDA29;
}
</style>
border-color css
<style>
span { border-color: #2CDA29; }
span { border-color: rgb(44,218,41); }
td.TdClassName
{
border-color: #2CDA29;
}
.TagClassName
{
border-color: #2CDA29;
}
</style>