Shades of Lime Green #4BD031
Tints of Lime Green #4BD031
RGB
CMYK
RGB Variations
Color information
#4BD031 (or 0x4BD031) is known color: Lime Green. HEX triplet: 4B, D0 and 31. RGB value is (75,208,49). Sum of RGB (Red+Green+Blue) = 75+208+49=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 208 (81.64% from 255 or 62.65% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD031 is #B42FCE. Grayscale: #969696. Windows color (decimal): -11808719 or 3264587. OLE color: 3264587.
HSL color Cylindrical-coordinate representation of color #4BD031: hue angle of 110.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BD031 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 49 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.18 |
| HSL | 110.19º | 0.63% | 0.5% | - |
| HSV(B) | 110.19º | 0.76% | 0.82% | - |
| XYZ | 26.01 | 46.83 | 10.57 | - |
| YUV | 150.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 49 | 0.64 | 0 | 0.76 | 0.18 | 110.19 | 0.63 | 0.5 |
| Hex | 4B | D0 | 31 | 40 | 0 | 4C | 12 | 6E | 3F | 32 |
| Octal | 113 | 320 | 61 | 100 | 0 | 114 | 22 | 156 | 77 | 62 |
| Binary | 1001011 | 11010000 | 110001 | 1000000 | 0 | 1001100 | 10010 | 1101110 | 111111 | 110010 |
Color Harmonies of #4BD031
Complementary color
Monochromatic Colors of #4BD031
Black with #4BD031
Text Example
Text Example
White with #4BD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD031; }
p { color: rgb(75,208,49); }
H1.HeaderClassName
{
color: #4BD031;
}
.AnyTagClassName
{
color: #4BD031;
}
</style>
background-color css
<style>
a { background-color: #4BD031; }
a { background-color: rgb(75,208,49); }
div.DivClassName
{
background-color: #4BD031;
}
.BgClassName
{
background-color: #4BD031;
}
</style>
border-color css
<style>
span { border-color: #4BD031; }
span { border-color: rgb(75,208,49); }
td.TdClassName
{
border-color: #4BD031;
}
.TagClassName
{
border-color: #4BD031;
}
</style>