Shades of Lime Green #4DCC36
Tints of Lime Green #4DCC36
RGB
CMYK
RGB Variations
Color information
#4DCC36 (or 0x4DCC36) is known color: Lime Green. HEX triplet: 4D, CC and 36. RGB value is (77,204,54). Sum of RGB (Red+Green+Blue) = 77+204+54=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC36 is #B233C9. Grayscale: #959595. Windows color (decimal): -11678666 or 3591245. OLE color: 3591245.
HSL color Cylindrical-coordinate representation of color #4DCC36: hue angle of 110.8º 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 #4DCC36 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 54 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.2 |
| HSL | 110.8º | 0.6% | 0.51% | - |
| HSV(B) | 110.8º | 0.74% | 0.8% | - |
| XYZ | 25.32 | 45.03 | 10.85 | - |
| YUV | 148.93 | 74.42 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 54 | 0.62 | 0 | 0.74 | 0.2 | 110.8 | 0.6 | 0.51 |
| Hex | 4D | CC | 36 | 3E | 0 | 4A | 14 | 6F | 3C | 33 |
| Octal | 115 | 314 | 66 | 76 | 0 | 112 | 24 | 157 | 74 | 63 |
| Binary | 1001101 | 11001100 | 110110 | 111110 | 0 | 1001010 | 10100 | 1101111 | 111100 | 110011 |
Color Harmonies of #4DCC36
Complementary color
Monochromatic Colors of #4DCC36
Black with #4DCC36
Text Example
Text Example
White with #4DCC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC36; }
p { color: rgb(77,204,54); }
H1.HeaderClassName
{
color: #4DCC36;
}
.AnyTagClassName
{
color: #4DCC36;
}
</style>
background-color css
<style>
a { background-color: #4DCC36; }
a { background-color: rgb(77,204,54); }
div.DivClassName
{
background-color: #4DCC36;
}
.BgClassName
{
background-color: #4DCC36;
}
</style>
border-color css
<style>
span { border-color: #4DCC36; }
span { border-color: rgb(77,204,54); }
td.TdClassName
{
border-color: #4DCC36;
}
.TagClassName
{
border-color: #4DCC36;
}
</style>