Shades of Lime Green #4DCB31
Tints of Lime Green #4DCB31
RGB
CMYK
RGB Variations
Color information
#4DCB31 (or 0x4DCB31) is known color: Lime Green. HEX triplet: 4D, CB and 31. RGB value is (77,203,49). Sum of RGB (Red+Green+Blue) = 77+203+49=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCB31 is #B234CE. Grayscale: #949494. Windows color (decimal): -11678927 or 3263309. OLE color: 3263309.
HSL color Cylindrical-coordinate representation of color #4DCB31: hue angle of 109.09º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DCB31 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 49 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.20 |
| HSL | 109.09º | 0.61% | 0.49% | - |
| HSV(B) | 109.09º | 0.76% | 0.8% | - |
| XYZ | 24.97 | 44.51 | 10.18 | - |
| YUV | 147.77 | 72.26 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 49 | 0.62 | 0 | 0.76 | 0.20 | 109.09 | 0.61 | 0.49 |
| Hex | 4D | CB | 31 | 3E | 0 | 4C | 14 | 6D | 3D | 31 |
| Octal | 115 | 313 | 61 | 76 | 0 | 114 | 24 | 155 | 75 | 61 |
| Binary | 1001101 | 11001011 | 110001 | 111110 | 0 | 1001100 | 10100 | 1101101 | 111101 | 110001 |
Color Harmonies of #4DCB31
Complementary color
Monochromatic Colors of #4DCB31
Black with #4DCB31
Text Example
Text Example
White with #4DCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCB31; }
p { color: rgb(77,203,49); }
H1.HeaderClassName
{
color: #4DCB31;
}
.AnyTagClassName
{
color: #4DCB31;
}
</style>
background-color css
<style>
a { background-color: #4DCB31; }
a { background-color: rgb(77,203,49); }
div.DivClassName
{
background-color: #4DCB31;
}
.BgClassName
{
background-color: #4DCB31;
}
</style>
border-color css
<style>
span { border-color: #4DCB31; }
span { border-color: rgb(77,203,49); }
td.TdClassName
{
border-color: #4DCB31;
}
.TagClassName
{
border-color: #4DCB31;
}
</style>