Shades of Lime Green #4ADE55
Tints of Lime Green #4ADE55
RGB
CMYK
RGB Variations
Color information
#4ADE55 (or 0x4ADE55) is known color: Lime Green. HEX triplet: 4A, DE and 55. RGB value is (74,222,85). Sum of RGB (Red+Green+Blue) = 74+222+85=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE55 is #B521AA. Grayscale: #A2A2A2. Windows color (decimal): -11870635 or 5627466. OLE color: 5627466.
HSL color Cylindrical-coordinate representation of color #4ADE55: hue angle of 124.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADE55 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 85 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.13 |
| HSL | 124.46º | 0.69% | 0.58% | - |
| HSV(B) | 124.46º | 0.67% | 0.87% | - |
| XYZ | 30.59 | 54.35 | 17.47 | - |
| YUV | 162.13 | 84.47 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 85 | 0.67 | 0 | 0.62 | 0.13 | 124.46 | 0.69 | 0.58 |
| Hex | 4A | DE | 55 | 43 | 0 | 3E | D | 7C | 45 | 3A |
| Octal | 112 | 336 | 125 | 103 | 0 | 76 | 15 | 174 | 105 | 72 |
| Binary | 1001010 | 11011110 | 1010101 | 1000011 | 0 | 111110 | 1101 | 1111100 | 1000101 | 111010 |
Color Harmonies of #4ADE55
Complementary color
Monochromatic Colors of #4ADE55
Black with #4ADE55
Text Example
Text Example
White with #4ADE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE55; }
p { color: rgb(74,222,85); }
H1.HeaderClassName
{
color: #4ADE55;
}
.AnyTagClassName
{
color: #4ADE55;
}
</style>
background-color css
<style>
a { background-color: #4ADE55; }
a { background-color: rgb(74,222,85); }
div.DivClassName
{
background-color: #4ADE55;
}
.BgClassName
{
background-color: #4ADE55;
}
</style>
border-color css
<style>
span { border-color: #4ADE55; }
span { border-color: rgb(74,222,85); }
td.TdClassName
{
border-color: #4ADE55;
}
.TagClassName
{
border-color: #4ADE55;
}
</style>