Shades of Lime Green #4DCD36
Tints of Lime Green #4DCD36
RGB
CMYK
RGB Variations
Color information
#4DCD36 (or 0x4DCD36) is known color: Lime Green. HEX triplet: 4D, CD and 36. RGB value is (77,205,54). Sum of RGB (Red+Green+Blue) = 77+205+54=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD36 is #B232C9. Grayscale: #959595. Windows color (decimal): -11678410 or 3591501. OLE color: 3591501.
HSL color Cylindrical-coordinate representation of color #4DCD36: hue angle of 110.86º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DCD36 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 54 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.20 |
| HSL | 110.86º | 0.6% | 0.51% | - |
| HSV(B) | 110.86º | 0.74% | 0.8% | - |
| XYZ | 25.56 | 45.51 | 10.93 | - |
| YUV | 149.51 | 74.09 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 54 | 0.62 | 0 | 0.74 | 0.20 | 110.86 | 0.6 | 0.51 |
| Hex | 4D | CD | 36 | 3E | 0 | 4A | 14 | 6F | 3C | 33 |
| Octal | 115 | 315 | 66 | 76 | 0 | 112 | 24 | 157 | 74 | 63 |
| Binary | 1001101 | 11001101 | 110110 | 111110 | 0 | 1001010 | 10100 | 1101111 | 111100 | 110011 |
Color Harmonies of #4DCD36
Complementary color
Monochromatic Colors of #4DCD36
Black with #4DCD36
Text Example
Text Example
White with #4DCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD36; }
p { color: rgb(77,205,54); }
H1.HeaderClassName
{
color: #4DCD36;
}
.AnyTagClassName
{
color: #4DCD36;
}
</style>
background-color css
<style>
a { background-color: #4DCD36; }
a { background-color: rgb(77,205,54); }
div.DivClassName
{
background-color: #4DCD36;
}
.BgClassName
{
background-color: #4DCD36;
}
</style>
border-color css
<style>
span { border-color: #4DCD36; }
span { border-color: rgb(77,205,54); }
td.TdClassName
{
border-color: #4DCD36;
}
.TagClassName
{
border-color: #4DCD36;
}
</style>