Shades of Lime Green #4CDA34
Tints of Lime Green #4CDA34
RGB
CMYK
RGB Variations
Color information
#4CDA34 (or 0x4CDA34) is known color: Lime Green. HEX triplet: 4C, DA and 34. RGB value is (76,218,52). Sum of RGB (Red+Green+Blue) = 76+218+52=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDA34 is #B325CB. Grayscale: #9D9D9D. Windows color (decimal): -11740620 or 3463756. OLE color: 3463756.
HSL color Cylindrical-coordinate representation of color #4CDA34: hue angle of 111.33º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CDA34 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 52 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.15 |
| HSL | 111.33º | 0.69% | 0.53% | - |
| HSV(B) | 111.33º | 0.76% | 0.85% | - |
| XYZ | 28.67 | 51.93 | 11.76 | - |
| YUV | 156.62 | 68.96 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 52 | 0.65 | 0 | 0.76 | 0.15 | 111.33 | 0.69 | 0.53 |
| Hex | 4C | DA | 34 | 41 | 0 | 4C | F | 6F | 45 | 35 |
| Octal | 114 | 332 | 64 | 101 | 0 | 114 | 17 | 157 | 105 | 65 |
| Binary | 1001100 | 11011010 | 110100 | 1000001 | 0 | 1001100 | 1111 | 1101111 | 1000101 | 110101 |
Color Harmonies of #4CDA34
Complementary color
Monochromatic Colors of #4CDA34
Black with #4CDA34
Text Example
Text Example
White with #4CDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDA34; }
p { color: rgb(76,218,52); }
H1.HeaderClassName
{
color: #4CDA34;
}
.AnyTagClassName
{
color: #4CDA34;
}
</style>
background-color css
<style>
a { background-color: #4CDA34; }
a { background-color: rgb(76,218,52); }
div.DivClassName
{
background-color: #4CDA34;
}
.BgClassName
{
background-color: #4CDA34;
}
</style>
border-color css
<style>
span { border-color: #4CDA34; }
span { border-color: rgb(76,218,52); }
td.TdClassName
{
border-color: #4CDA34;
}
.TagClassName
{
border-color: #4CDA34;
}
</style>