Shades of Lime Green #4ADC31
Tints of Lime Green #4ADC31
RGB
CMYK
RGB Variations
Color information
#4ADC31 (or 0x4ADC31) is known color: Lime Green. HEX triplet: 4A, DC and 31. RGB value is (74,220,49). Sum of RGB (Red+Green+Blue) = 74+220+49=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADC31 is #B523CE. Grayscale: #9D9D9D. Windows color (decimal): -11871183 or 3267658. OLE color: 3267658.
HSL color Cylindrical-coordinate representation of color #4ADC31: hue angle of 111.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ADC31 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 49 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.14 |
| HSL | 111.23º | 0.71% | 0.53% | - |
| HSV(B) | 111.23º | 0.78% | 0.86% | - |
| XYZ | 28.97 | 52.86 | 11.58 | - |
| YUV | 156.85 | 67.13 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 49 | 0.66 | 0 | 0.78 | 0.14 | 111.23 | 0.71 | 0.53 |
| Hex | 4A | DC | 31 | 42 | 0 | 4E | E | 6F | 47 | 35 |
| Octal | 112 | 334 | 61 | 102 | 0 | 116 | 16 | 157 | 107 | 65 |
| Binary | 1001010 | 11011100 | 110001 | 1000010 | 0 | 1001110 | 1110 | 1101111 | 1000111 | 110101 |
Color Harmonies of #4ADC31
Complementary color
Monochromatic Colors of #4ADC31
Black with #4ADC31
Text Example
Text Example
White with #4ADC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC31; }
p { color: rgb(74,220,49); }
H1.HeaderClassName
{
color: #4ADC31;
}
.AnyTagClassName
{
color: #4ADC31;
}
</style>
background-color css
<style>
a { background-color: #4ADC31; }
a { background-color: rgb(74,220,49); }
div.DivClassName
{
background-color: #4ADC31;
}
.BgClassName
{
background-color: #4ADC31;
}
</style>
border-color css
<style>
span { border-color: #4ADC31; }
span { border-color: rgb(74,220,49); }
td.TdClassName
{
border-color: #4ADC31;
}
.TagClassName
{
border-color: #4ADC31;
}
</style>