Shades of Lime Green #4AE320
Tints of Lime Green #4AE320
RGB
CMYK
RGB Variations
Color information
#4AE320 (or 0x4AE320) is known color: Lime Green. HEX triplet: 4A, E3 and 20. RGB value is (74,227,32). Sum of RGB (Red+Green+Blue) = 74+227+32=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE320 is #B51CDF. Grayscale: #9F9F9F. Windows color (decimal): -11869408 or 2155338. OLE color: 2155338.
HSL color Cylindrical-coordinate representation of color #4AE320: hue angle of 107.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AE320 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 32 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.11 |
| HSL | 107.08º | 0.78% | 0.51% | - |
| HSV(B) | 107.08º | 0.86% | 0.89% | - |
| XYZ | 30.55 | 56.5 | 10.66 | - |
| YUV | 159.02 | 56.31 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 32 | 0.67 | 0 | 0.86 | 0.11 | 107.08 | 0.78 | 0.51 |
| Hex | 4A | E3 | 20 | 43 | 0 | 56 | B | 6B | 4E | 33 |
| Octal | 112 | 343 | 40 | 103 | 0 | 126 | 13 | 153 | 116 | 63 |
| Binary | 1001010 | 11100011 | 100000 | 1000011 | 0 | 1010110 | 1011 | 1101011 | 1001110 | 110011 |
Color Harmonies of #4AE320
Complementary color
Monochromatic Colors of #4AE320
Black with #4AE320
Text Example
Text Example
White with #4AE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE320; }
p { color: rgb(74,227,32); }
H1.HeaderClassName
{
color: #4AE320;
}
.AnyTagClassName
{
color: #4AE320;
}
</style>
background-color css
<style>
a { background-color: #4AE320; }
a { background-color: rgb(74,227,32); }
div.DivClassName
{
background-color: #4AE320;
}
.BgClassName
{
background-color: #4AE320;
}
</style>
border-color css
<style>
span { border-color: #4AE320; }
span { border-color: rgb(74,227,32); }
td.TdClassName
{
border-color: #4AE320;
}
.TagClassName
{
border-color: #4AE320;
}
</style>