Shades of Lime Green #4CCD38
Tints of Lime Green #4CCD38
RGB
CMYK
RGB Variations
Color information
#4CCD38 (or 0x4CCD38) is known color: Lime Green. HEX triplet: 4C, CD and 38. RGB value is (76,205,56). Sum of RGB (Red+Green+Blue) = 76+205+56=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCD38 is #B332C7. Grayscale: #959595. Windows color (decimal): -11743944 or 3722572. OLE color: 3722572.
HSL color Cylindrical-coordinate representation of color #4CCD38: hue angle of 111.95º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CCD38 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 56 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.20 |
| HSL | 111.95º | 0.6% | 0.51% | - |
| HSV(B) | 111.95º | 0.73% | 0.8% | - |
| XYZ | 25.53 | 45.48 | 11.18 | - |
| YUV | 149.44 | 75.26 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 56 | 0.63 | 0 | 0.73 | 0.20 | 111.95 | 0.6 | 0.51 |
| Hex | 4C | CD | 38 | 3F | 0 | 49 | 14 | 70 | 3C | 33 |
| Octal | 114 | 315 | 70 | 77 | 0 | 111 | 24 | 160 | 74 | 63 |
| Binary | 1001100 | 11001101 | 111000 | 111111 | 0 | 1001001 | 10100 | 1110000 | 111100 | 110011 |
Color Harmonies of #4CCD38
Complementary color
Monochromatic Colors of #4CCD38
Black with #4CCD38
Text Example
Text Example
White with #4CCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD38; }
p { color: rgb(76,205,56); }
H1.HeaderClassName
{
color: #4CCD38;
}
.AnyTagClassName
{
color: #4CCD38;
}
</style>
background-color css
<style>
a { background-color: #4CCD38; }
a { background-color: rgb(76,205,56); }
div.DivClassName
{
background-color: #4CCD38;
}
.BgClassName
{
background-color: #4CCD38;
}
</style>
border-color css
<style>
span { border-color: #4CCD38; }
span { border-color: rgb(76,205,56); }
td.TdClassName
{
border-color: #4CCD38;
}
.TagClassName
{
border-color: #4CCD38;
}
</style>