Shades of Lime Green #4AE841
Tints of Lime Green #4AE841
RGB
CMYK
RGB Variations
Color information
#4AE841 (or 0x4AE841) is known color: Lime Green. HEX triplet: 4A, E8 and 41. RGB value is (74,232,65). Sum of RGB (Red+Green+Blue) = 74+232+65=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE841 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE841 is #B517BE. Grayscale: #A6A6A6. Windows color (decimal): -11868095 or 4319306. OLE color: 4319306.
HSL color Cylindrical-coordinate representation of color #4AE841: hue angle of 116.77º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AE841 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 232 | 65 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.09 |
| HSL | 116.77º | 0.78% | 0.58% | - |
| HSV(B) | 116.77º | 0.72% | 0.91% | - |
| XYZ | 32.63 | 59.55 | 14.78 | - |
| YUV | 165.72 | 71.15 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 232 | 65 | 0.68 | 0 | 0.72 | 0.09 | 116.77 | 0.78 | 0.58 |
| Hex | 4A | E8 | 41 | 44 | 0 | 48 | 9 | 75 | 4E | 3A |
| Octal | 112 | 350 | 101 | 104 | 0 | 110 | 11 | 165 | 116 | 72 |
| Binary | 1001010 | 11101000 | 1000001 | 1000100 | 0 | 1001000 | 1001 | 1110101 | 1001110 | 111010 |
Color Harmonies of #4AE841
Complementary color
Monochromatic Colors of #4AE841
Black with #4AE841
Text Example
Text Example
White with #4AE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE841; }
p { color: rgb(74,232,65); }
H1.HeaderClassName
{
color: #4AE841;
}
.AnyTagClassName
{
color: #4AE841;
}
</style>
background-color css
<style>
a { background-color: #4AE841; }
a { background-color: rgb(74,232,65); }
div.DivClassName
{
background-color: #4AE841;
}
.BgClassName
{
background-color: #4AE841;
}
</style>
border-color css
<style>
span { border-color: #4AE841; }
span { border-color: rgb(74,232,65); }
td.TdClassName
{
border-color: #4AE841;
}
.TagClassName
{
border-color: #4AE841;
}
</style>