Shades of Lime Green #4CDA42
Tints of Lime Green #4CDA42
RGB
CMYK
RGB Variations
Color information
#4CDA42 (or 0x4CDA42) is known color: Lime Green. HEX triplet: 4C, DA and 42. RGB value is (76,218,66). Sum of RGB (Red+Green+Blue) = 76+218+66=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDA42 is #B325BD. Grayscale: #9E9E9E. Windows color (decimal): -11740606 or 4381260. OLE color: 4381260.
HSL color Cylindrical-coordinate representation of color #4CDA42: hue angle of 116.05º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDA42 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 66 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.15 |
| HSL | 116.05º | 0.67% | 0.56% | - |
| HSV(B) | 116.05º | 0.7% | 0.85% | - |
| XYZ | 29.04 | 52.07 | 13.67 | - |
| YUV | 158.21 | 75.96 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 66 | 0.65 | 0 | 0.70 | 0.15 | 116.05 | 0.67 | 0.56 |
| Hex | 4C | DA | 42 | 41 | 0 | 46 | F | 74 | 43 | 38 |
| Octal | 114 | 332 | 102 | 101 | 0 | 106 | 17 | 164 | 103 | 70 |
| Binary | 1001100 | 11011010 | 1000010 | 1000001 | 0 | 1000110 | 1111 | 1110100 | 1000011 | 111000 |
Color Harmonies of #4CDA42
Complementary color
Monochromatic Colors of #4CDA42
Black with #4CDA42
Text Example
Text Example
White with #4CDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDA42; }
p { color: rgb(76,218,66); }
H1.HeaderClassName
{
color: #4CDA42;
}
.AnyTagClassName
{
color: #4CDA42;
}
</style>
background-color css
<style>
a { background-color: #4CDA42; }
a { background-color: rgb(76,218,66); }
div.DivClassName
{
background-color: #4CDA42;
}
.BgClassName
{
background-color: #4CDA42;
}
</style>
border-color css
<style>
span { border-color: #4CDA42; }
span { border-color: rgb(76,218,66); }
td.TdClassName
{
border-color: #4CDA42;
}
.TagClassName
{
border-color: #4CDA42;
}
</style>