Shades of Lime Green #4CD829
Tints of Lime Green #4CD829
RGB
CMYK
RGB Variations
Color information
#4CD829 (or 0x4CD829) is known color: Lime Green. HEX triplet: 4C, D8 and 29. RGB value is (76,216,41). Sum of RGB (Red+Green+Blue) = 76+216+41=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD829 is #B327D6. Grayscale: #9A9A9A. Windows color (decimal): -11741143 or 2742348. OLE color: 2742348.
HSL color Cylindrical-coordinate representation of color #4CD829: hue angle of 108º 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 #4CD829 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 216 | 41 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.15 |
| HSL | 108º | 0.69% | 0.5% | - |
| HSV(B) | 108º | 0.81% | 0.85% | - |
| XYZ | 27.94 | 50.81 | 10.43 | - |
| YUV | 154.19 | 64.12 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 216 | 41 | 0.65 | 0 | 0.81 | 0.15 | 108 | 0.69 | 0.5 |
| Hex | 4C | D8 | 29 | 41 | 0 | 51 | F | 6C | 45 | 32 |
| Octal | 114 | 330 | 51 | 101 | 0 | 121 | 17 | 154 | 105 | 62 |
| Binary | 1001100 | 11011000 | 101001 | 1000001 | 0 | 1010001 | 1111 | 1101100 | 1000101 | 110010 |
Color Harmonies of #4CD829
Complementary color
Monochromatic Colors of #4CD829
Black with #4CD829
Text Example
Text Example
White with #4CD829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD829; }
p { color: rgb(76,216,41); }
H1.HeaderClassName
{
color: #4CD829;
}
.AnyTagClassName
{
color: #4CD829;
}
</style>
background-color css
<style>
a { background-color: #4CD829; }
a { background-color: rgb(76,216,41); }
div.DivClassName
{
background-color: #4CD829;
}
.BgClassName
{
background-color: #4CD829;
}
</style>
border-color css
<style>
span { border-color: #4CD829; }
span { border-color: rgb(76,216,41); }
td.TdClassName
{
border-color: #4CD829;
}
.TagClassName
{
border-color: #4CD829;
}
</style>