Shades of Lime Green #4ADC50
Tints of Lime Green #4ADC50
RGB
CMYK
RGB Variations
Color information
#4ADC50 (or 0x4ADC50) is known color: Lime Green. HEX triplet: 4A, DC and 50. RGB value is (74,220,80). Sum of RGB (Red+Green+Blue) = 74+220+80=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC50 is #B523AF. Grayscale: #A0A0A0. Windows color (decimal): -11871152 or 5299274. OLE color: 5299274.
HSL color Cylindrical-coordinate representation of color #4ADC50: hue angle of 122.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC50 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 80 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.14 |
| HSL | 122.47º | 0.68% | 0.58% | - |
| HSV(B) | 122.47º | 0.66% | 0.86% | - |
| XYZ | 29.87 | 53.22 | 16.29 | - |
| YUV | 160.39 | 82.63 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 80 | 0.66 | 0 | 0.64 | 0.14 | 122.47 | 0.68 | 0.58 |
| Hex | 4A | DC | 50 | 42 | 0 | 40 | E | 7A | 44 | 3A |
| Octal | 112 | 334 | 120 | 102 | 0 | 100 | 16 | 172 | 104 | 72 |
| Binary | 1001010 | 11011100 | 1010000 | 1000010 | 0 | 1000000 | 1110 | 1111010 | 1000100 | 111010 |
Color Harmonies of #4ADC50
Complementary color
Monochromatic Colors of #4ADC50
Black with #4ADC50
Text Example
Text Example
White with #4ADC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC50; }
p { color: rgb(74,220,80); }
H1.HeaderClassName
{
color: #4ADC50;
}
.AnyTagClassName
{
color: #4ADC50;
}
</style>
background-color css
<style>
a { background-color: #4ADC50; }
a { background-color: rgb(74,220,80); }
div.DivClassName
{
background-color: #4ADC50;
}
.BgClassName
{
background-color: #4ADC50;
}
</style>
border-color css
<style>
span { border-color: #4ADC50; }
span { border-color: rgb(74,220,80); }
td.TdClassName
{
border-color: #4ADC50;
}
.TagClassName
{
border-color: #4ADC50;
}
</style>