Shades of Lime Green #4DCA32
Tints of Lime Green #4DCA32
RGB
CMYK
RGB Variations
Color information
#4DCA32 (or 0x4DCA32) is known color: Lime Green. HEX triplet: 4D, CA and 32. RGB value is (77,202,50). Sum of RGB (Red+Green+Blue) = 77+202+50=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCA32 is #B235CD. Grayscale: #939393. Windows color (decimal): -11679182 or 3328589. OLE color: 3328589.
HSL color Cylindrical-coordinate representation of color #4DCA32: hue angle of 109.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DCA32 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 50 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.21 |
| HSL | 109.34º | 0.6% | 0.49% | - |
| HSV(B) | 109.34º | 0.75% | 0.79% | - |
| XYZ | 24.76 | 44.05 | 10.22 | - |
| YUV | 147.3 | 73.09 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 50 | 0.62 | 0 | 0.75 | 0.21 | 109.34 | 0.6 | 0.49 |
| Hex | 4D | CA | 32 | 3E | 0 | 4B | 15 | 6D | 3C | 31 |
| Octal | 115 | 312 | 62 | 76 | 0 | 113 | 25 | 155 | 74 | 61 |
| Binary | 1001101 | 11001010 | 110010 | 111110 | 0 | 1001011 | 10101 | 1101101 | 111100 | 110001 |
Color Harmonies of #4DCA32
Complementary color
Monochromatic Colors of #4DCA32
Black with #4DCA32
Text Example
Text Example
White with #4DCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA32; }
p { color: rgb(77,202,50); }
H1.HeaderClassName
{
color: #4DCA32;
}
.AnyTagClassName
{
color: #4DCA32;
}
</style>
background-color css
<style>
a { background-color: #4DCA32; }
a { background-color: rgb(77,202,50); }
div.DivClassName
{
background-color: #4DCA32;
}
.BgClassName
{
background-color: #4DCA32;
}
</style>
border-color css
<style>
span { border-color: #4DCA32; }
span { border-color: rgb(77,202,50); }
td.TdClassName
{
border-color: #4DCA32;
}
.TagClassName
{
border-color: #4DCA32;
}
</style>