Shades of Lime Green #4CDD34
Tints of Lime Green #4CDD34
RGB
CMYK
RGB Variations
Color information
#4CDD34 (or 0x4CDD34) is known color: Lime Green. HEX triplet: 4C, DD and 34. RGB value is (76,221,52). Sum of RGB (Red+Green+Blue) = 76+221+52=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDD34 is #B322CB. Grayscale: #9E9E9E. Windows color (decimal): -11739852 or 3464524. OLE color: 3464524.
HSL color Cylindrical-coordinate representation of color #4CDD34: hue angle of 111.48º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CDD34 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 52 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.13 |
| HSL | 111.48º | 0.71% | 0.54% | - |
| HSV(B) | 111.48º | 0.76% | 0.87% | - |
| XYZ | 29.46 | 53.5 | 12.02 | - |
| YUV | 158.38 | 67.96 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 52 | 0.66 | 0 | 0.76 | 0.13 | 111.48 | 0.71 | 0.54 |
| Hex | 4C | DD | 34 | 42 | 0 | 4C | D | 6F | 47 | 36 |
| Octal | 114 | 335 | 64 | 102 | 0 | 114 | 15 | 157 | 107 | 66 |
| Binary | 1001100 | 11011101 | 110100 | 1000010 | 0 | 1001100 | 1101 | 1101111 | 1000111 | 110110 |
Color Harmonies of #4CDD34
Complementary color
Monochromatic Colors of #4CDD34
Black with #4CDD34
Text Example
Text Example
White with #4CDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD34; }
p { color: rgb(76,221,52); }
H1.HeaderClassName
{
color: #4CDD34;
}
.AnyTagClassName
{
color: #4CDD34;
}
</style>
background-color css
<style>
a { background-color: #4CDD34; }
a { background-color: rgb(76,221,52); }
div.DivClassName
{
background-color: #4CDD34;
}
.BgClassName
{
background-color: #4CDD34;
}
</style>
border-color css
<style>
span { border-color: #4CDD34; }
span { border-color: rgb(76,221,52); }
td.TdClassName
{
border-color: #4CDD34;
}
.TagClassName
{
border-color: #4CDD34;
}
</style>