Shades of Lime Green #4AD041
Tints of Lime Green #4AD041
RGB
CMYK
RGB Variations
Color information
#4AD041 (or 0x4AD041) is known color: Lime Green. HEX triplet: 4A, D0 and 41. RGB value is (74,208,65). Sum of RGB (Red+Green+Blue) = 74+208+65=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD041 is #B52FBE. Grayscale: #989898. Windows color (decimal): -11874239 or 4313162. OLE color: 4313162.
HSL color Cylindrical-coordinate representation of color #4AD041: hue angle of 116.22º degrees, saturation: 0.6, 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 #4AD041 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 65 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.18 |
| HSL | 116.22º | 0.6% | 0.54% | - |
| HSV(B) | 116.22º | 0.69% | 0.82% | - |
| XYZ | 26.33 | 46.95 | 12.68 | - |
| YUV | 151.63 | 79.11 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 65 | 0.64 | 0 | 0.69 | 0.18 | 116.22 | 0.6 | 0.54 |
| Hex | 4A | D0 | 41 | 40 | 0 | 45 | 12 | 74 | 3C | 36 |
| Octal | 112 | 320 | 101 | 100 | 0 | 105 | 22 | 164 | 74 | 66 |
| Binary | 1001010 | 11010000 | 1000001 | 1000000 | 0 | 1000101 | 10010 | 1110100 | 111100 | 110110 |
Color Harmonies of #4AD041
Complementary color
Monochromatic Colors of #4AD041
Black with #4AD041
Text Example
Text Example
White with #4AD041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD041; }
p { color: rgb(74,208,65); }
H1.HeaderClassName
{
color: #4AD041;
}
.AnyTagClassName
{
color: #4AD041;
}
</style>
background-color css
<style>
a { background-color: #4AD041; }
a { background-color: rgb(74,208,65); }
div.DivClassName
{
background-color: #4AD041;
}
.BgClassName
{
background-color: #4AD041;
}
</style>
border-color css
<style>
span { border-color: #4AD041; }
span { border-color: rgb(74,208,65); }
td.TdClassName
{
border-color: #4AD041;
}
.TagClassName
{
border-color: #4AD041;
}
</style>