Shades of Lime Green #4AD841
Tints of Lime Green #4AD841
RGB
CMYK
RGB Variations
Color information
#4AD841 (or 0x4AD841) is known color: Lime Green. HEX triplet: 4A, D8 and 41. RGB value is (74,216,65). Sum of RGB (Red+Green+Blue) = 74+216+65=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD841 is #B527BE. Grayscale: #9C9C9C. Windows color (decimal): -11872191 or 4315210. OLE color: 4315210.
HSL color Cylindrical-coordinate representation of color #4AD841: hue angle of 116.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AD841 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 65 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.15 |
| HSL | 116.42º | 0.66% | 0.55% | - |
| HSV(B) | 116.42º | 0.7% | 0.85% | - |
| XYZ | 28.33 | 50.95 | 13.34 | - |
| YUV | 156.33 | 76.46 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 65 | 0.66 | 0 | 0.70 | 0.15 | 116.42 | 0.66 | 0.55 |
| Hex | 4A | D8 | 41 | 42 | 0 | 46 | F | 74 | 42 | 37 |
| Octal | 112 | 330 | 101 | 102 | 0 | 106 | 17 | 164 | 102 | 67 |
| Binary | 1001010 | 11011000 | 1000001 | 1000010 | 0 | 1000110 | 1111 | 1110100 | 1000010 | 110111 |
Color Harmonies of #4AD841
Complementary color
Monochromatic Colors of #4AD841
Black with #4AD841
Text Example
Text Example
White with #4AD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD841; }
p { color: rgb(74,216,65); }
H1.HeaderClassName
{
color: #4AD841;
}
.AnyTagClassName
{
color: #4AD841;
}
</style>
background-color css
<style>
a { background-color: #4AD841; }
a { background-color: rgb(74,216,65); }
div.DivClassName
{
background-color: #4AD841;
}
.BgClassName
{
background-color: #4AD841;
}
</style>
border-color css
<style>
span { border-color: #4AD841; }
span { border-color: rgb(74,216,65); }
td.TdClassName
{
border-color: #4AD841;
}
.TagClassName
{
border-color: #4AD841;
}
</style>