Shades of Lime Green #4DC832
Tints of Lime Green #4DC832
RGB
CMYK
RGB Variations
Color information
#4DC832 (or 0x4DC832) is known color: Lime Green. HEX triplet: 4D, C8 and 32. RGB value is (77,200,50). Sum of RGB (Red+Green+Blue) = 77+200+50=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC832 is #B237CD. Grayscale: #929292. Windows color (decimal): -11679694 or 3328077. OLE color: 3328077.
HSL color Cylindrical-coordinate representation of color #4DC832: hue angle of 109.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DC832 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 50 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.22 |
| HSL | 109.2º | 0.6% | 0.49% | - |
| HSV(B) | 109.2º | 0.75% | 0.78% | - |
| XYZ | 24.29 | 43.12 | 10.06 | - |
| YUV | 146.12 | 73.75 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 50 | 0.62 | 0 | 0.75 | 0.22 | 109.2 | 0.6 | 0.49 |
| Hex | 4D | C8 | 32 | 3E | 0 | 4B | 16 | 6D | 3C | 31 |
| Octal | 115 | 310 | 62 | 76 | 0 | 113 | 26 | 155 | 74 | 61 |
| Binary | 1001101 | 11001000 | 110010 | 111110 | 0 | 1001011 | 10110 | 1101101 | 111100 | 110001 |
Color Harmonies of #4DC832
Complementary color
Monochromatic Colors of #4DC832
Black with #4DC832
Text Example
Text Example
White with #4DC832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC832; }
p { color: rgb(77,200,50); }
H1.HeaderClassName
{
color: #4DC832;
}
.AnyTagClassName
{
color: #4DC832;
}
</style>
background-color css
<style>
a { background-color: #4DC832; }
a { background-color: rgb(77,200,50); }
div.DivClassName
{
background-color: #4DC832;
}
.BgClassName
{
background-color: #4DC832;
}
</style>
border-color css
<style>
span { border-color: #4DC832; }
span { border-color: rgb(77,200,50); }
td.TdClassName
{
border-color: #4DC832;
}
.TagClassName
{
border-color: #4DC832;
}
</style>