Shades of Lime Green #4ADA55
Tints of Lime Green #4ADA55
RGB
CMYK
RGB Variations
Color information
#4ADA55 (or 0x4ADA55) is known color: Lime Green. HEX triplet: 4A, DA and 55. RGB value is (74,218,85). Sum of RGB (Red+Green+Blue) = 74+218+85=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA55 is #B525AA. Grayscale: #A0A0A0. Windows color (decimal): -11871659 or 5626442. OLE color: 5626442.
HSL color Cylindrical-coordinate representation of color #4ADA55: hue angle of 124.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA55 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 85 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.15 |
| HSL | 124.58º | 0.66% | 0.57% | - |
| HSV(B) | 124.58º | 0.66% | 0.85% | - |
| XYZ | 29.54 | 52.25 | 17.12 | - |
| YUV | 159.78 | 85.79 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 85 | 0.66 | 0 | 0.61 | 0.15 | 124.58 | 0.66 | 0.57 |
| Hex | 4A | DA | 55 | 42 | 0 | 3D | F | 7D | 42 | 39 |
| Octal | 112 | 332 | 125 | 102 | 0 | 75 | 17 | 175 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1010101 | 1000010 | 0 | 111101 | 1111 | 1111101 | 1000010 | 111001 |
Color Harmonies of #4ADA55
Complementary color
Monochromatic Colors of #4ADA55
Black with #4ADA55
Text Example
Text Example
White with #4ADA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA55; }
p { color: rgb(74,218,85); }
H1.HeaderClassName
{
color: #4ADA55;
}
.AnyTagClassName
{
color: #4ADA55;
}
</style>
background-color css
<style>
a { background-color: #4ADA55; }
a { background-color: rgb(74,218,85); }
div.DivClassName
{
background-color: #4ADA55;
}
.BgClassName
{
background-color: #4ADA55;
}
</style>
border-color css
<style>
span { border-color: #4ADA55; }
span { border-color: rgb(74,218,85); }
td.TdClassName
{
border-color: #4ADA55;
}
.TagClassName
{
border-color: #4ADA55;
}
</style>