Shades of Lime Green #4ADC35
Tints of Lime Green #4ADC35
RGB
CMYK
RGB Variations
Color information
#4ADC35 (or 0x4ADC35) is known color: Lime Green. HEX triplet: 4A, DC and 35. RGB value is (74,220,53). Sum of RGB (Red+Green+Blue) = 74+220+53=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADC35 is #B523CA. Grayscale: #9D9D9D. Windows color (decimal): -11871179 or 3529802. OLE color: 3529802.
HSL color Cylindrical-coordinate representation of color #4ADC35: hue angle of 112.46º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ADC35 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 53 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.14 |
| HSL | 112.46º | 0.7% | 0.54% | - |
| HSV(B) | 112.46º | 0.76% | 0.86% | - |
| XYZ | 29.06 | 52.9 | 12.05 | - |
| YUV | 157.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 53 | 0.66 | 0 | 0.76 | 0.14 | 112.46 | 0.7 | 0.54 |
| Hex | 4A | DC | 35 | 42 | 0 | 4C | E | 70 | 46 | 36 |
| Octal | 112 | 334 | 65 | 102 | 0 | 114 | 16 | 160 | 106 | 66 |
| Binary | 1001010 | 11011100 | 110101 | 1000010 | 0 | 1001100 | 1110 | 1110000 | 1000110 | 110110 |
Color Harmonies of #4ADC35
Complementary color
Monochromatic Colors of #4ADC35
Black with #4ADC35
Text Example
Text Example
White with #4ADC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC35; }
p { color: rgb(74,220,53); }
H1.HeaderClassName
{
color: #4ADC35;
}
.AnyTagClassName
{
color: #4ADC35;
}
</style>
background-color css
<style>
a { background-color: #4ADC35; }
a { background-color: rgb(74,220,53); }
div.DivClassName
{
background-color: #4ADC35;
}
.BgClassName
{
background-color: #4ADC35;
}
</style>
border-color css
<style>
span { border-color: #4ADC35; }
span { border-color: rgb(74,220,53); }
td.TdClassName
{
border-color: #4ADC35;
}
.TagClassName
{
border-color: #4ADC35;
}
</style>