Shades of Lime Green #4ADE2C
Tints of Lime Green #4ADE2C
RGB
CMYK
RGB Variations
Color information
#4ADE2C (or 0x4ADE2C) is known color: Lime Green. HEX triplet: 4A, DE and 2C. RGB value is (74,222,44). Sum of RGB (Red+Green+Blue) = 74+222+44=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 222 (87.11% from 255 or 65.29% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE2C is #B521D3. Grayscale: #9E9E9E. Windows color (decimal): -11870676 or 2940490. OLE color: 2940490.
HSL color Cylindrical-coordinate representation of color #4ADE2C: hue angle of 109.89º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4ADE2C is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 44 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.13 |
| HSL | 109.89º | 0.73% | 0.52% | - |
| HSV(B) | 109.89º | 0.8% | 0.87% | - |
| XYZ | 29.4 | 53.88 | 11.23 | - |
| YUV | 157.46 | 63.97 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 44 | 0.67 | 0 | 0.80 | 0.13 | 109.89 | 0.73 | 0.52 |
| Hex | 4A | DE | 2C | 43 | 0 | 50 | D | 6E | 49 | 34 |
| Octal | 112 | 336 | 54 | 103 | 0 | 120 | 15 | 156 | 111 | 64 |
| Binary | 1001010 | 11011110 | 101100 | 1000011 | 0 | 1010000 | 1101 | 1101110 | 1001001 | 110100 |
Color Harmonies of #4ADE2C
Complementary color
Monochromatic Colors of #4ADE2C
Black with #4ADE2C
Text Example
Text Example
White with #4ADE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE2C; }
p { color: rgb(74,222,44); }
H1.HeaderClassName
{
color: #4ADE2C;
}
.AnyTagClassName
{
color: #4ADE2C;
}
</style>
background-color css
<style>
a { background-color: #4ADE2C; }
a { background-color: rgb(74,222,44); }
div.DivClassName
{
background-color: #4ADE2C;
}
.BgClassName
{
background-color: #4ADE2C;
}
</style>
border-color css
<style>
span { border-color: #4ADE2C; }
span { border-color: rgb(74,222,44); }
td.TdClassName
{
border-color: #4ADE2C;
}
.TagClassName
{
border-color: #4ADE2C;
}
</style>