Shades of Lime Green #4AD33E
Tints of Lime Green #4AD33E
RGB
CMYK
RGB Variations
Color information
#4AD33E (or 0x4AD33E) is known color: Lime Green. HEX triplet: 4A, D3 and 3E. RGB value is (74,211,62). Sum of RGB (Red+Green+Blue) = 74+211+62=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD33E is #B52CC1. Grayscale: #999999. Windows color (decimal): -11873474 or 4117322. OLE color: 4117322.
HSL color Cylindrical-coordinate representation of color #4AD33E: hue angle of 115.17º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD33E is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 62 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.17 |
| HSL | 115.17º | 0.63% | 0.54% | - |
| HSV(B) | 115.17º | 0.71% | 0.83% | - |
| XYZ | 26.99 | 48.39 | 12.48 | - |
| YUV | 153.05 | 76.61 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 62 | 0.65 | 0 | 0.71 | 0.17 | 115.17 | 0.63 | 0.54 |
| Hex | 4A | D3 | 3E | 41 | 0 | 47 | 11 | 73 | 3F | 36 |
| Octal | 112 | 323 | 76 | 101 | 0 | 107 | 21 | 163 | 77 | 66 |
| Binary | 1001010 | 11010011 | 111110 | 1000001 | 0 | 1000111 | 10001 | 1110011 | 111111 | 110110 |
Color Harmonies of #4AD33E
Complementary color
Monochromatic Colors of #4AD33E
Black with #4AD33E
Text Example
Text Example
White with #4AD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD33E; }
p { color: rgb(74,211,62); }
H1.HeaderClassName
{
color: #4AD33E;
}
.AnyTagClassName
{
color: #4AD33E;
}
</style>
background-color css
<style>
a { background-color: #4AD33E; }
a { background-color: rgb(74,211,62); }
div.DivClassName
{
background-color: #4AD33E;
}
.BgClassName
{
background-color: #4AD33E;
}
</style>
border-color css
<style>
span { border-color: #4AD33E; }
span { border-color: rgb(74,211,62); }
td.TdClassName
{
border-color: #4AD33E;
}
.TagClassName
{
border-color: #4AD33E;
}
</style>