Shades of Lime Green #4CDA3F
Tints of Lime Green #4CDA3F
RGB
CMYK
RGB Variations
Color information
#4CDA3F (or 0x4CDA3F) is known color: Lime Green. HEX triplet: 4C, DA and 3F. RGB value is (76,218,63). Sum of RGB (Red+Green+Blue) = 76+218+63=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 218 (85.55% from 255 or 61.06% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDA3F is #B325C0. Grayscale: #9E9E9E. Windows color (decimal): -11740609 or 4184652. OLE color: 4184652.
HSL color Cylindrical-coordinate representation of color #4CDA3F: hue angle of 114.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CDA3F is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 63 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.15 |
| HSL | 114.97º | 0.68% | 0.55% | - |
| HSV(B) | 114.97º | 0.71% | 0.85% | - |
| XYZ | 28.95 | 52.04 | 13.22 | - |
| YUV | 157.87 | 74.46 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 63 | 0.65 | 0 | 0.71 | 0.15 | 114.97 | 0.68 | 0.55 |
| Hex | 4C | DA | 3F | 41 | 0 | 47 | F | 73 | 44 | 37 |
| Octal | 114 | 332 | 77 | 101 | 0 | 107 | 17 | 163 | 104 | 67 |
| Binary | 1001100 | 11011010 | 111111 | 1000001 | 0 | 1000111 | 1111 | 1110011 | 1000100 | 110111 |
Color Harmonies of #4CDA3F
Complementary color
Monochromatic Colors of #4CDA3F
Black with #4CDA3F
Text Example
Text Example
White with #4CDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDA3F; }
p { color: rgb(76,218,63); }
H1.HeaderClassName
{
color: #4CDA3F;
}
.AnyTagClassName
{
color: #4CDA3F;
}
</style>
background-color css
<style>
a { background-color: #4CDA3F; }
a { background-color: rgb(76,218,63); }
div.DivClassName
{
background-color: #4CDA3F;
}
.BgClassName
{
background-color: #4CDA3F;
}
</style>
border-color css
<style>
span { border-color: #4CDA3F; }
span { border-color: rgb(76,218,63); }
td.TdClassName
{
border-color: #4CDA3F;
}
.TagClassName
{
border-color: #4CDA3F;
}
</style>