Shades of Lime Green #2CD829
Tints of Lime Green #2CD829
RGB
CMYK
RGB Variations
Color information
#2CD829 (or 0x2CD829) is known color: Lime Green. HEX triplet: 2C, D8 and 29. RGB value is (44,216,41). Sum of RGB (Red+Green+Blue) = 44+216+41=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD829 is #D327D6. Grayscale: #919191. Windows color (decimal): -13838295 or 2742316. OLE color: 2742316.
HSL color Cylindrical-coordinate representation of color #2CD829: hue angle of 118.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CD829 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 216 | 41 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.15 |
| HSL | 118.97º | 0.69% | 0.5% | - |
| HSV(B) | 118.97º | 0.81% | 0.85% | - |
| XYZ | 25.99 | 49.81 | 10.34 | - |
| YUV | 144.62 | 69.52 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 41 | 0.80 | 0 | 0.81 | 0.15 | 118.97 | 0.69 | 0.5 |
| Hex | 2C | D8 | 29 | 50 | 0 | 51 | F | 77 | 45 | 32 |
| Octal | 54 | 330 | 51 | 120 | 0 | 121 | 17 | 167 | 105 | 62 |
| Binary | 101100 | 11011000 | 101001 | 1010000 | 0 | 1010001 | 1111 | 1110111 | 1000101 | 110010 |
Color Harmonies of #2CD829
Complementary color
Monochromatic Colors of #2CD829
Black with #2CD829
Text Example
Text Example
White with #2CD829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD829; }
p { color: rgb(44,216,41); }
H1.HeaderClassName
{
color: #2CD829;
}
.AnyTagClassName
{
color: #2CD829;
}
</style>
background-color css
<style>
a { background-color: #2CD829; }
a { background-color: rgb(44,216,41); }
div.DivClassName
{
background-color: #2CD829;
}
.BgClassName
{
background-color: #2CD829;
}
</style>
border-color css
<style>
span { border-color: #2CD829; }
span { border-color: rgb(44,216,41); }
td.TdClassName
{
border-color: #2CD829;
}
.TagClassName
{
border-color: #2CD829;
}
</style>