Shades of Lime Green #4AE34D
Tints of Lime Green #4AE34D
RGB
CMYK
RGB Variations
Color information
#4AE34D (or 0x4AE34D) is known color: Lime Green. HEX triplet: 4A, E3 and 4D. RGB value is (74,227,77). Sum of RGB (Red+Green+Blue) = 74+227+77=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE34D is #B51CB2. Grayscale: #A4A4A4. Windows color (decimal): -11869363 or 5104458. OLE color: 5104458.
HSL color Cylindrical-coordinate representation of color #4AE34D: hue angle of 121.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE34D is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 77 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.11 |
| HSL | 121.18º | 0.73% | 0.59% | - |
| HSV(B) | 121.18º | 0.67% | 0.89% | - |
| XYZ | 31.63 | 56.93 | 16.34 | - |
| YUV | 164.15 | 78.81 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 77 | 0.67 | 0 | 0.66 | 0.11 | 121.18 | 0.73 | 0.59 |
| Hex | 4A | E3 | 4D | 43 | 0 | 42 | B | 79 | 49 | 3B |
| Octal | 112 | 343 | 115 | 103 | 0 | 102 | 13 | 171 | 111 | 73 |
| Binary | 1001010 | 11100011 | 1001101 | 1000011 | 0 | 1000010 | 1011 | 1111001 | 1001001 | 111011 |
Color Harmonies of #4AE34D
Complementary color
Monochromatic Colors of #4AE34D
Black with #4AE34D
Text Example
Text Example
White with #4AE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE34D; }
p { color: rgb(74,227,77); }
H1.HeaderClassName
{
color: #4AE34D;
}
.AnyTagClassName
{
color: #4AE34D;
}
</style>
background-color css
<style>
a { background-color: #4AE34D; }
a { background-color: rgb(74,227,77); }
div.DivClassName
{
background-color: #4AE34D;
}
.BgClassName
{
background-color: #4AE34D;
}
</style>
border-color css
<style>
span { border-color: #4AE34D; }
span { border-color: rgb(74,227,77); }
td.TdClassName
{
border-color: #4AE34D;
}
.TagClassName
{
border-color: #4AE34D;
}
</style>