Shades of Lime Green #4DCB32
Tints of Lime Green #4DCB32
RGB
CMYK
RGB Variations
Color information
#4DCB32 (or 0x4DCB32) is known color: Lime Green. HEX triplet: 4D, CB and 32. RGB value is (77,203,50). Sum of RGB (Red+Green+Blue) = 77+203+50=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCB32 is #B234CD. Grayscale: #949494. Windows color (decimal): -11678926 or 3328845. OLE color: 3328845.
HSL color Cylindrical-coordinate representation of color #4DCB32: hue angle of 109.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DCB32 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 50 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.20 |
| HSL | 109.41º | 0.6% | 0.5% | - |
| HSV(B) | 109.41º | 0.75% | 0.8% | - |
| XYZ | 24.99 | 44.52 | 10.29 | - |
| YUV | 147.88 | 72.76 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 50 | 0.62 | 0 | 0.75 | 0.20 | 109.41 | 0.6 | 0.5 |
| Hex | 4D | CB | 32 | 3E | 0 | 4B | 14 | 6D | 3C | 32 |
| Octal | 115 | 313 | 62 | 76 | 0 | 113 | 24 | 155 | 74 | 62 |
| Binary | 1001101 | 11001011 | 110010 | 111110 | 0 | 1001011 | 10100 | 1101101 | 111100 | 110010 |
Color Harmonies of #4DCB32
Complementary color
Monochromatic Colors of #4DCB32
Black with #4DCB32
Text Example
Text Example
White with #4DCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCB32; }
p { color: rgb(77,203,50); }
H1.HeaderClassName
{
color: #4DCB32;
}
.AnyTagClassName
{
color: #4DCB32;
}
</style>
background-color css
<style>
a { background-color: #4DCB32; }
a { background-color: rgb(77,203,50); }
div.DivClassName
{
background-color: #4DCB32;
}
.BgClassName
{
background-color: #4DCB32;
}
</style>
border-color css
<style>
span { border-color: #4DCB32; }
span { border-color: rgb(77,203,50); }
td.TdClassName
{
border-color: #4DCB32;
}
.TagClassName
{
border-color: #4DCB32;
}
</style>