Shades of Lime Green #4BDD31
Tints of Lime Green #4BDD31
RGB
CMYK
RGB Variations
Color information
#4BDD31 (or 0x4BDD31) is known color: Lime Green. HEX triplet: 4B, DD and 31. RGB value is (75,221,49). Sum of RGB (Red+Green+Blue) = 75+221+49=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDD31 is #B422CE. Grayscale: #9E9E9E. Windows color (decimal): -11805391 or 3267915. OLE color: 3267915.
HSL color Cylindrical-coordinate representation of color #4BDD31: hue angle of 110.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BDD31 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 49 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.13 |
| HSL | 110.93º | 0.72% | 0.53% | - |
| HSV(B) | 110.93º | 0.78% | 0.87% | - |
| XYZ | 29.31 | 53.43 | 11.67 | - |
| YUV | 157.74 | 66.63 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 49 | 0.66 | 0 | 0.78 | 0.13 | 110.93 | 0.72 | 0.53 |
| Hex | 4B | DD | 31 | 42 | 0 | 4E | D | 6F | 48 | 35 |
| Octal | 113 | 335 | 61 | 102 | 0 | 116 | 15 | 157 | 110 | 65 |
| Binary | 1001011 | 11011101 | 110001 | 1000010 | 0 | 1001110 | 1101 | 1101111 | 1001000 | 110101 |
Color Harmonies of #4BDD31
Complementary color
Monochromatic Colors of #4BDD31
Black with #4BDD31
Text Example
Text Example
White with #4BDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD31; }
p { color: rgb(75,221,49); }
H1.HeaderClassName
{
color: #4BDD31;
}
.AnyTagClassName
{
color: #4BDD31;
}
</style>
background-color css
<style>
a { background-color: #4BDD31; }
a { background-color: rgb(75,221,49); }
div.DivClassName
{
background-color: #4BDD31;
}
.BgClassName
{
background-color: #4BDD31;
}
</style>
border-color css
<style>
span { border-color: #4BDD31; }
span { border-color: rgb(75,221,49); }
td.TdClassName
{
border-color: #4BDD31;
}
.TagClassName
{
border-color: #4BDD31;
}
</style>