Shades of Lime Green #4CDB34
Tints of Lime Green #4CDB34
RGB
CMYK
RGB Variations
Color information
#4CDB34 (or 0x4CDB34) is known color: Lime Green. HEX triplet: 4C, DB and 34. RGB value is (76,219,52). Sum of RGB (Red+Green+Blue) = 76+219+52=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDB34 is #B324CB. Grayscale: #9D9D9D. Windows color (decimal): -11740364 or 3464012. OLE color: 3464012.
HSL color Cylindrical-coordinate representation of color #4CDB34: hue angle of 111.38º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CDB34 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 52 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.14 |
| HSL | 111.38º | 0.7% | 0.53% | - |
| HSV(B) | 111.38º | 0.76% | 0.86% | - |
| XYZ | 28.93 | 52.45 | 11.85 | - |
| YUV | 157.21 | 68.62 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 52 | 0.65 | 0 | 0.76 | 0.14 | 111.38 | 0.7 | 0.53 |
| Hex | 4C | DB | 34 | 41 | 0 | 4C | E | 6F | 46 | 35 |
| Octal | 114 | 333 | 64 | 101 | 0 | 114 | 16 | 157 | 106 | 65 |
| Binary | 1001100 | 11011011 | 110100 | 1000001 | 0 | 1001100 | 1110 | 1101111 | 1000110 | 110101 |
Color Harmonies of #4CDB34
Complementary color
Monochromatic Colors of #4CDB34
Black with #4CDB34
Text Example
Text Example
White with #4CDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDB34; }
p { color: rgb(76,219,52); }
H1.HeaderClassName
{
color: #4CDB34;
}
.AnyTagClassName
{
color: #4CDB34;
}
</style>
background-color css
<style>
a { background-color: #4CDB34; }
a { background-color: rgb(76,219,52); }
div.DivClassName
{
background-color: #4CDB34;
}
.BgClassName
{
background-color: #4CDB34;
}
</style>
border-color css
<style>
span { border-color: #4CDB34; }
span { border-color: rgb(76,219,52); }
td.TdClassName
{
border-color: #4CDB34;
}
.TagClassName
{
border-color: #4CDB34;
}
</style>