Shades of Lime Green #4ADB55
Tints of Lime Green #4ADB55
RGB
CMYK
RGB Variations
Color information
#4ADB55 (or 0x4ADB55) is known color: Lime Green. HEX triplet: 4A, DB and 55. RGB value is (74,219,85). Sum of RGB (Red+Green+Blue) = 74+219+85=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB55 is #B524AA. Grayscale: #A0A0A0. Windows color (decimal): -11871403 or 5626698. OLE color: 5626698.
HSL color Cylindrical-coordinate representation of color #4ADB55: hue angle of 124.55º 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 #4ADB55 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 85 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.14 |
| HSL | 124.55º | 0.67% | 0.57% | - |
| HSV(B) | 124.55º | 0.66% | 0.86% | - |
| XYZ | 29.8 | 52.77 | 17.21 | - |
| YUV | 160.37 | 85.46 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 85 | 0.66 | 0 | 0.61 | 0.14 | 124.55 | 0.67 | 0.57 |
| Hex | 4A | DB | 55 | 42 | 0 | 3D | E | 7D | 43 | 39 |
| Octal | 112 | 333 | 125 | 102 | 0 | 75 | 16 | 175 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1010101 | 1000010 | 0 | 111101 | 1110 | 1111101 | 1000011 | 111001 |
Color Harmonies of #4ADB55
Complementary color
Monochromatic Colors of #4ADB55
Black with #4ADB55
Text Example
Text Example
White with #4ADB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB55; }
p { color: rgb(74,219,85); }
H1.HeaderClassName
{
color: #4ADB55;
}
.AnyTagClassName
{
color: #4ADB55;
}
</style>
background-color css
<style>
a { background-color: #4ADB55; }
a { background-color: rgb(74,219,85); }
div.DivClassName
{
background-color: #4ADB55;
}
.BgClassName
{
background-color: #4ADB55;
}
</style>
border-color css
<style>
span { border-color: #4ADB55; }
span { border-color: rgb(74,219,85); }
td.TdClassName
{
border-color: #4ADB55;
}
.TagClassName
{
border-color: #4ADB55;
}
</style>