Shades of Lime Green #4ADB52
Tints of Lime Green #4ADB52
RGB
CMYK
RGB Variations
Color information
#4ADB52 (or 0x4ADB52) is known color: Lime Green. HEX triplet: 4A, DB and 52. RGB value is (74,219,82). Sum of RGB (Red+Green+Blue) = 74+219+82=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB52 is #B524AD. Grayscale: #A0A0A0. Windows color (decimal): -11871406 or 5430090. OLE color: 5430090.
HSL color Cylindrical-coordinate representation of color #4ADB52: hue angle of 123.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB52 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 82 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.14 |
| HSL | 123.31º | 0.67% | 0.57% | - |
| HSV(B) | 123.31º | 0.66% | 0.86% | - |
| XYZ | 29.68 | 52.73 | 16.6 | - |
| YUV | 160.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 82 | 0.66 | 0 | 0.63 | 0.14 | 123.31 | 0.67 | 0.57 |
| Hex | 4A | DB | 52 | 42 | 0 | 3F | E | 7B | 43 | 39 |
| Octal | 112 | 333 | 122 | 102 | 0 | 77 | 16 | 173 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1010010 | 1000010 | 0 | 111111 | 1110 | 1111011 | 1000011 | 111001 |
Color Harmonies of #4ADB52
Complementary color
Monochromatic Colors of #4ADB52
Black with #4ADB52
Text Example
Text Example
White with #4ADB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB52; }
p { color: rgb(74,219,82); }
H1.HeaderClassName
{
color: #4ADB52;
}
.AnyTagClassName
{
color: #4ADB52;
}
</style>
background-color css
<style>
a { background-color: #4ADB52; }
a { background-color: rgb(74,219,82); }
div.DivClassName
{
background-color: #4ADB52;
}
.BgClassName
{
background-color: #4ADB52;
}
</style>
border-color css
<style>
span { border-color: #4ADB52; }
span { border-color: rgb(74,219,82); }
td.TdClassName
{
border-color: #4ADB52;
}
.TagClassName
{
border-color: #4ADB52;
}
</style>