Shades of Lime Green #4BDD41
Tints of Lime Green #4BDD41
RGB
CMYK
RGB Variations
Color information
#4BDD41 (or 0x4BDD41) is known color: Lime Green. HEX triplet: 4B, DD and 41. RGB value is (75,221,65). Sum of RGB (Red+Green+Blue) = 75+221+65=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDD41 is #B422BE. Grayscale: #A0A0A0. Windows color (decimal): -11805375 or 4316491. OLE color: 4316491.
HSL color Cylindrical-coordinate representation of color #4BDD41: hue angle of 116.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BDD41 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 65 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.13 |
| HSL | 116.15º | 0.7% | 0.56% | - |
| HSV(B) | 116.15º | 0.71% | 0.87% | - |
| XYZ | 29.71 | 53.59 | 13.78 | - |
| YUV | 159.56 | 74.63 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 65 | 0.66 | 0 | 0.71 | 0.13 | 116.15 | 0.7 | 0.56 |
| Hex | 4B | DD | 41 | 42 | 0 | 47 | D | 74 | 46 | 38 |
| Octal | 113 | 335 | 101 | 102 | 0 | 107 | 15 | 164 | 106 | 70 |
| Binary | 1001011 | 11011101 | 1000001 | 1000010 | 0 | 1000111 | 1101 | 1110100 | 1000110 | 111000 |
Color Harmonies of #4BDD41
Complementary color
Monochromatic Colors of #4BDD41
Black with #4BDD41
Text Example
Text Example
White with #4BDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD41; }
p { color: rgb(75,221,65); }
H1.HeaderClassName
{
color: #4BDD41;
}
.AnyTagClassName
{
color: #4BDD41;
}
</style>
background-color css
<style>
a { background-color: #4BDD41; }
a { background-color: rgb(75,221,65); }
div.DivClassName
{
background-color: #4BDD41;
}
.BgClassName
{
background-color: #4BDD41;
}
</style>
border-color css
<style>
span { border-color: #4BDD41; }
span { border-color: rgb(75,221,65); }
td.TdClassName
{
border-color: #4BDD41;
}
.TagClassName
{
border-color: #4BDD41;
}
</style>