Shades of Lime Green #4CDA30
Tints of Lime Green #4CDA30
RGB
CMYK
RGB Variations
Color information
#4CDA30 (or 0x4CDA30) is known color: Lime Green. HEX triplet: 4C, DA and 30. RGB value is (76,218,48). Sum of RGB (Red+Green+Blue) = 76+218+48=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 218 (85.55% from 255 or 63.74% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDA30 is #B325CF. Grayscale: #9C9C9C. Windows color (decimal): -11740624 or 3201612. OLE color: 3201612.
HSL color Cylindrical-coordinate representation of color #4CDA30: hue angle of 110.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CDA30 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 48 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.15 |
| HSL | 110.12º | 0.7% | 0.52% | - |
| HSV(B) | 110.12º | 0.78% | 0.85% | - |
| XYZ | 28.59 | 51.89 | 11.31 | - |
| YUV | 156.16 | 66.96 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 48 | 0.65 | 0 | 0.78 | 0.15 | 110.12 | 0.7 | 0.52 |
| Hex | 4C | DA | 30 | 41 | 0 | 4E | F | 6E | 46 | 34 |
| Octal | 114 | 332 | 60 | 101 | 0 | 116 | 17 | 156 | 106 | 64 |
| Binary | 1001100 | 11011010 | 110000 | 1000001 | 0 | 1001110 | 1111 | 1101110 | 1000110 | 110100 |
Color Harmonies of #4CDA30
Complementary color
Monochromatic Colors of #4CDA30
Black with #4CDA30
Text Example
Text Example
White with #4CDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDA30; }
p { color: rgb(76,218,48); }
H1.HeaderClassName
{
color: #4CDA30;
}
.AnyTagClassName
{
color: #4CDA30;
}
</style>
background-color css
<style>
a { background-color: #4CDA30; }
a { background-color: rgb(76,218,48); }
div.DivClassName
{
background-color: #4CDA30;
}
.BgClassName
{
background-color: #4CDA30;
}
</style>
border-color css
<style>
span { border-color: #4CDA30; }
span { border-color: rgb(76,218,48); }
td.TdClassName
{
border-color: #4CDA30;
}
.TagClassName
{
border-color: #4CDA30;
}
</style>