Shades of Lime Green #4ADA54
Tints of Lime Green #4ADA54
RGB
CMYK
RGB Variations
Color information
#4ADA54 (or 0x4ADA54) is known color: Lime Green. HEX triplet: 4A, DA and 54. RGB value is (74,218,84). Sum of RGB (Red+Green+Blue) = 74+218+84=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA54 is #B525AB. Grayscale: #A0A0A0. Windows color (decimal): -11871660 or 5560906. OLE color: 5560906.
HSL color Cylindrical-coordinate representation of color #4ADA54: hue angle of 124.17º 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 #4ADA54 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 84 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.15 |
| HSL | 124.17º | 0.66% | 0.57% | - |
| HSV(B) | 124.17º | 0.66% | 0.85% | - |
| XYZ | 29.5 | 52.24 | 16.92 | - |
| YUV | 159.67 | 85.29 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 84 | 0.66 | 0 | 0.61 | 0.15 | 124.17 | 0.66 | 0.57 |
| Hex | 4A | DA | 54 | 42 | 0 | 3D | F | 7C | 42 | 39 |
| Octal | 112 | 332 | 124 | 102 | 0 | 75 | 17 | 174 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1010100 | 1000010 | 0 | 111101 | 1111 | 1111100 | 1000010 | 111001 |
Color Harmonies of #4ADA54
Complementary color
Monochromatic Colors of #4ADA54
Black with #4ADA54
Text Example
Text Example
White with #4ADA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA54; }
p { color: rgb(74,218,84); }
H1.HeaderClassName
{
color: #4ADA54;
}
.AnyTagClassName
{
color: #4ADA54;
}
</style>
background-color css
<style>
a { background-color: #4ADA54; }
a { background-color: rgb(74,218,84); }
div.DivClassName
{
background-color: #4ADA54;
}
.BgClassName
{
background-color: #4ADA54;
}
</style>
border-color css
<style>
span { border-color: #4ADA54; }
span { border-color: rgb(74,218,84); }
td.TdClassName
{
border-color: #4ADA54;
}
.TagClassName
{
border-color: #4ADA54;
}
</style>