Shades of Lime Green #4ADE34
Tints of Lime Green #4ADE34
RGB
CMYK
RGB Variations
Color information
#4ADE34 (or 0x4ADE34) is known color: Lime Green. HEX triplet: 4A, DE and 34. RGB value is (74,222,52). Sum of RGB (Red+Green+Blue) = 74+222+52=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 222 (87.11% from 255 or 63.79% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE34 is #B521CB. Grayscale: #9E9E9E. Windows color (decimal): -11870668 or 3464778. OLE color: 3464778.
HSL color Cylindrical-coordinate representation of color #4ADE34: hue angle of 112.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4ADE34 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 52 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.13 |
| HSL | 112.24º | 0.72% | 0.54% | - |
| HSV(B) | 112.24º | 0.77% | 0.87% | - |
| XYZ | 29.57 | 53.95 | 12.1 | - |
| YUV | 158.37 | 67.97 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 52 | 0.67 | 0 | 0.77 | 0.13 | 112.24 | 0.72 | 0.54 |
| Hex | 4A | DE | 34 | 43 | 0 | 4D | D | 70 | 48 | 36 |
| Octal | 112 | 336 | 64 | 103 | 0 | 115 | 15 | 160 | 110 | 66 |
| Binary | 1001010 | 11011110 | 110100 | 1000011 | 0 | 1001101 | 1101 | 1110000 | 1001000 | 110110 |
Color Harmonies of #4ADE34
Complementary color
Monochromatic Colors of #4ADE34
Black with #4ADE34
Text Example
Text Example
White with #4ADE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE34; }
p { color: rgb(74,222,52); }
H1.HeaderClassName
{
color: #4ADE34;
}
.AnyTagClassName
{
color: #4ADE34;
}
</style>
background-color css
<style>
a { background-color: #4ADE34; }
a { background-color: rgb(74,222,52); }
div.DivClassName
{
background-color: #4ADE34;
}
.BgClassName
{
background-color: #4ADE34;
}
</style>
border-color css
<style>
span { border-color: #4ADE34; }
span { border-color: rgb(74,222,52); }
td.TdClassName
{
border-color: #4ADE34;
}
.TagClassName
{
border-color: #4ADE34;
}
</style>