Shades of Lime Green #4BD336
Tints of Lime Green #4BD336
RGB
CMYK
RGB Variations
Color information
#4BD336 (or 0x4BD336) is known color: Lime Green. HEX triplet: 4B, D3 and 36. RGB value is (75,211,54). Sum of RGB (Red+Green+Blue) = 75+211+54=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #4BD336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD336 is #B42CC9. Grayscale: #989898. Windows color (decimal): -11807946 or 3593035. OLE color: 3593035.
HSL color Cylindrical-coordinate representation of color #4BD336: hue angle of 111.97º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BD336 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 211 | 54 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.17 |
| HSL | 111.97º | 0.64% | 0.52% | - |
| HSV(B) | 111.97º | 0.74% | 0.83% | - |
| XYZ | 26.86 | 48.35 | 11.41 | - |
| YUV | 152.44 | 72.44 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 211 | 54 | 0.64 | 0 | 0.74 | 0.17 | 111.97 | 0.64 | 0.52 |
| Hex | 4B | D3 | 36 | 40 | 0 | 4A | 11 | 70 | 40 | 34 |
| Octal | 113 | 323 | 66 | 100 | 0 | 112 | 21 | 160 | 100 | 64 |
| Binary | 1001011 | 11010011 | 110110 | 1000000 | 0 | 1001010 | 10001 | 1110000 | 1000000 | 110100 |
Color Harmonies of #4BD336
Complementary color
Monochromatic Colors of #4BD336
Black with #4BD336
Text Example
Text Example
White with #4BD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD336; }
p { color: rgb(75,211,54); }
H1.HeaderClassName
{
color: #4BD336;
}
.AnyTagClassName
{
color: #4BD336;
}
</style>
background-color css
<style>
a { background-color: #4BD336; }
a { background-color: rgb(75,211,54); }
div.DivClassName
{
background-color: #4BD336;
}
.BgClassName
{
background-color: #4BD336;
}
</style>
border-color css
<style>
span { border-color: #4BD336; }
span { border-color: rgb(75,211,54); }
td.TdClassName
{
border-color: #4BD336;
}
.TagClassName
{
border-color: #4BD336;
}
</style>