Shades of Lime Green #4ADB2C
Tints of Lime Green #4ADB2C
RGB
CMYK
RGB Variations
Color information
#4ADB2C (or 0x4ADB2C) is known color: Lime Green. HEX triplet: 4A, DB and 2C. RGB value is (74,219,44). Sum of RGB (Red+Green+Blue) = 74+219+44=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADB2C is #B524D3. Grayscale: #9C9C9C. Windows color (decimal): -11871444 or 2939722. OLE color: 2939722.
HSL color Cylindrical-coordinate representation of color #4ADB2C: hue angle of 109.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4ADB2C is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 44 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.14 |
| HSL | 109.71º | 0.71% | 0.52% | - |
| HSV(B) | 109.71º | 0.8% | 0.86% | - |
| XYZ | 28.61 | 52.3 | 10.97 | - |
| YUV | 155.7 | 64.96 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 44 | 0.66 | 0 | 0.80 | 0.14 | 109.71 | 0.71 | 0.52 |
| Hex | 4A | DB | 2C | 42 | 0 | 50 | E | 6E | 47 | 34 |
| Octal | 112 | 333 | 54 | 102 | 0 | 120 | 16 | 156 | 107 | 64 |
| Binary | 1001010 | 11011011 | 101100 | 1000010 | 0 | 1010000 | 1110 | 1101110 | 1000111 | 110100 |
Color Harmonies of #4ADB2C
Complementary color
Monochromatic Colors of #4ADB2C
Black with #4ADB2C
Text Example
Text Example
White with #4ADB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB2C; }
p { color: rgb(74,219,44); }
H1.HeaderClassName
{
color: #4ADB2C;
}
.AnyTagClassName
{
color: #4ADB2C;
}
</style>
background-color css
<style>
a { background-color: #4ADB2C; }
a { background-color: rgb(74,219,44); }
div.DivClassName
{
background-color: #4ADB2C;
}
.BgClassName
{
background-color: #4ADB2C;
}
</style>
border-color css
<style>
span { border-color: #4ADB2C; }
span { border-color: rgb(74,219,44); }
td.TdClassName
{
border-color: #4ADB2C;
}
.TagClassName
{
border-color: #4ADB2C;
}
</style>