Shades of Lime Green #4BD141
Tints of Lime Green #4BD141
RGB
CMYK
RGB Variations
Color information
#4BD141 (or 0x4BD141) is known color: Lime Green. HEX triplet: 4B, D1 and 41. RGB value is (75,209,65). Sum of RGB (Red+Green+Blue) = 75+209+65=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD141 is #B42EBE. Grayscale: #989898. Windows color (decimal): -11808447 or 4313419. OLE color: 4313419.
HSL color Cylindrical-coordinate representation of color #4BD141: hue angle of 115.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BD141 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 209 | 65 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.18 |
| HSL | 115.83º | 0.61% | 0.54% | - |
| HSV(B) | 115.83º | 0.69% | 0.82% | - |
| XYZ | 26.66 | 47.48 | 12.76 | - |
| YUV | 152.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 209 | 65 | 0.64 | 0 | 0.69 | 0.18 | 115.83 | 0.61 | 0.54 |
| Hex | 4B | D1 | 41 | 40 | 0 | 45 | 12 | 74 | 3D | 36 |
| Octal | 113 | 321 | 101 | 100 | 0 | 105 | 22 | 164 | 75 | 66 |
| Binary | 1001011 | 11010001 | 1000001 | 1000000 | 0 | 1000101 | 10010 | 1110100 | 111101 | 110110 |
Color Harmonies of #4BD141
Complementary color
Monochromatic Colors of #4BD141
Black with #4BD141
Text Example
Text Example
White with #4BD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD141; }
p { color: rgb(75,209,65); }
H1.HeaderClassName
{
color: #4BD141;
}
.AnyTagClassName
{
color: #4BD141;
}
</style>
background-color css
<style>
a { background-color: #4BD141; }
a { background-color: rgb(75,209,65); }
div.DivClassName
{
background-color: #4BD141;
}
.BgClassName
{
background-color: #4BD141;
}
</style>
border-color css
<style>
span { border-color: #4BD141; }
span { border-color: rgb(75,209,65); }
td.TdClassName
{
border-color: #4BD141;
}
.TagClassName
{
border-color: #4BD141;
}
</style>