Shades of Lime Green #4ADE35
Tints of Lime Green #4ADE35
RGB
CMYK
RGB Variations
Color information
#4ADE35 (or 0x4ADE35) is known color: Lime Green. HEX triplet: 4A, DE and 35. RGB value is (74,222,53). Sum of RGB (Red+Green+Blue) = 74+222+53=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 222 (87.11% from 255 or 63.61% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE35 is #B521CA. Grayscale: #9F9F9F. Windows color (decimal): -11870667 or 3530314. OLE color: 3530314.
HSL color Cylindrical-coordinate representation of color #4ADE35: hue angle of 112.54º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ADE35 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 53 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.13 |
| HSL | 112.54º | 0.72% | 0.54% | - |
| HSV(B) | 112.54º | 0.76% | 0.87% | - |
| XYZ | 29.59 | 53.96 | 12.22 | - |
| YUV | 158.48 | 68.47 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 53 | 0.67 | 0 | 0.76 | 0.13 | 112.54 | 0.72 | 0.54 |
| Hex | 4A | DE | 35 | 43 | 0 | 4C | D | 71 | 48 | 36 |
| Octal | 112 | 336 | 65 | 103 | 0 | 114 | 15 | 161 | 110 | 66 |
| Binary | 1001010 | 11011110 | 110101 | 1000011 | 0 | 1001100 | 1101 | 1110001 | 1001000 | 110110 |
Color Harmonies of #4ADE35
Complementary color
Monochromatic Colors of #4ADE35
Black with #4ADE35
Text Example
Text Example
White with #4ADE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE35; }
p { color: rgb(74,222,53); }
H1.HeaderClassName
{
color: #4ADE35;
}
.AnyTagClassName
{
color: #4ADE35;
}
</style>
background-color css
<style>
a { background-color: #4ADE35; }
a { background-color: rgb(74,222,53); }
div.DivClassName
{
background-color: #4ADE35;
}
.BgClassName
{
background-color: #4ADE35;
}
</style>
border-color css
<style>
span { border-color: #4ADE35; }
span { border-color: rgb(74,222,53); }
td.TdClassName
{
border-color: #4ADE35;
}
.TagClassName
{
border-color: #4ADE35;
}
</style>