Shades of Lime Green #4BD032
Tints of Lime Green #4BD032
RGB
CMYK
RGB Variations
Color information
#4BD032 (or 0x4BD032) is known color: Lime Green. HEX triplet: 4B, D0 and 32. RGB value is (75,208,50). Sum of RGB (Red+Green+Blue) = 75+208+50=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD032 is #B42FCD. Grayscale: #969696. Windows color (decimal): -11808718 or 3330123. OLE color: 3330123.
HSL color Cylindrical-coordinate representation of color #4BD032: hue angle of 110.51º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BD032 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 50 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.18 |
| HSL | 110.51º | 0.63% | 0.51% | - |
| HSV(B) | 110.51º | 0.76% | 0.82% | - |
| XYZ | 26.03 | 46.84 | 10.69 | - |
| YUV | 150.22 | 71.44 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 50 | 0.64 | 0 | 0.76 | 0.18 | 110.51 | 0.63 | 0.51 |
| Hex | 4B | D0 | 32 | 40 | 0 | 4C | 12 | 6F | 3F | 33 |
| Octal | 113 | 320 | 62 | 100 | 0 | 114 | 22 | 157 | 77 | 63 |
| Binary | 1001011 | 11010000 | 110010 | 1000000 | 0 | 1001100 | 10010 | 1101111 | 111111 | 110011 |
Color Harmonies of #4BD032
Complementary color
Monochromatic Colors of #4BD032
Black with #4BD032
Text Example
Text Example
White with #4BD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD032; }
p { color: rgb(75,208,50); }
H1.HeaderClassName
{
color: #4BD032;
}
.AnyTagClassName
{
color: #4BD032;
}
</style>
background-color css
<style>
a { background-color: #4BD032; }
a { background-color: rgb(75,208,50); }
div.DivClassName
{
background-color: #4BD032;
}
.BgClassName
{
background-color: #4BD032;
}
</style>
border-color css
<style>
span { border-color: #4BD032; }
span { border-color: rgb(75,208,50); }
td.TdClassName
{
border-color: #4BD032;
}
.TagClassName
{
border-color: #4BD032;
}
</style>