Shades of Lime Green #4ADB2A
Tints of Lime Green #4ADB2A
RGB
CMYK
RGB Variations
Color information
#4ADB2A (or 0x4ADB2A) is known color: Lime Green. HEX triplet: 4A, DB and 2A. RGB value is (74,219,42). Sum of RGB (Red+Green+Blue) = 74+219+42=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADB2A is #B524D5. Grayscale: #9C9C9C. Windows color (decimal): -11871446 or 2808650. OLE color: 2808650.
HSL color Cylindrical-coordinate representation of color #4ADB2A: hue angle of 109.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4ADB2A is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 42 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.14 |
| HSL | 109.15º | 0.71% | 0.51% | - |
| HSV(B) | 109.15º | 0.81% | 0.86% | - |
| XYZ | 28.57 | 52.29 | 10.78 | - |
| YUV | 155.47 | 63.96 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 42 | 0.66 | 0 | 0.81 | 0.14 | 109.15 | 0.71 | 0.51 |
| Hex | 4A | DB | 2A | 42 | 0 | 51 | E | 6D | 47 | 33 |
| Octal | 112 | 333 | 52 | 102 | 0 | 121 | 16 | 155 | 107 | 63 |
| Binary | 1001010 | 11011011 | 101010 | 1000010 | 0 | 1010001 | 1110 | 1101101 | 1000111 | 110011 |
Color Harmonies of #4ADB2A
Complementary color
Monochromatic Colors of #4ADB2A
Black with #4ADB2A
Text Example
Text Example
White with #4ADB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB2A; }
p { color: rgb(74,219,42); }
H1.HeaderClassName
{
color: #4ADB2A;
}
.AnyTagClassName
{
color: #4ADB2A;
}
</style>
background-color css
<style>
a { background-color: #4ADB2A; }
a { background-color: rgb(74,219,42); }
div.DivClassName
{
background-color: #4ADB2A;
}
.BgClassName
{
background-color: #4ADB2A;
}
</style>
border-color css
<style>
span { border-color: #4ADB2A; }
span { border-color: rgb(74,219,42); }
td.TdClassName
{
border-color: #4ADB2A;
}
.TagClassName
{
border-color: #4ADB2A;
}
</style>