Shades of Lime Green #4ADA31
Tints of Lime Green #4ADA31
RGB
CMYK
RGB Variations
Color information
#4ADA31 (or 0x4ADA31) is known color: Lime Green. HEX triplet: 4A, DA and 31. RGB value is (74,218,49). Sum of RGB (Red+Green+Blue) = 74+218+49=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADA31 is #B525CE. Grayscale: #9C9C9C. Windows color (decimal): -11871695 or 3267146. OLE color: 3267146.
HSL color Cylindrical-coordinate representation of color #4ADA31: hue angle of 111.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ADA31 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 49 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.15 |
| HSL | 111.12º | 0.7% | 0.52% | - |
| HSV(B) | 111.12º | 0.78% | 0.85% | - |
| XYZ | 28.45 | 51.82 | 11.41 | - |
| YUV | 155.68 | 67.79 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 49 | 0.66 | 0 | 0.78 | 0.15 | 111.12 | 0.7 | 0.52 |
| Hex | 4A | DA | 31 | 42 | 0 | 4E | F | 6F | 46 | 34 |
| Octal | 112 | 332 | 61 | 102 | 0 | 116 | 17 | 157 | 106 | 64 |
| Binary | 1001010 | 11011010 | 110001 | 1000010 | 0 | 1001110 | 1111 | 1101111 | 1000110 | 110100 |
Color Harmonies of #4ADA31
Complementary color
Monochromatic Colors of #4ADA31
Black with #4ADA31
Text Example
Text Example
White with #4ADA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA31; }
p { color: rgb(74,218,49); }
H1.HeaderClassName
{
color: #4ADA31;
}
.AnyTagClassName
{
color: #4ADA31;
}
</style>
background-color css
<style>
a { background-color: #4ADA31; }
a { background-color: rgb(74,218,49); }
div.DivClassName
{
background-color: #4ADA31;
}
.BgClassName
{
background-color: #4ADA31;
}
</style>
border-color css
<style>
span { border-color: #4ADA31; }
span { border-color: rgb(74,218,49); }
td.TdClassName
{
border-color: #4ADA31;
}
.TagClassName
{
border-color: #4ADA31;
}
</style>