Shades of Lime Green #4ADB54
Tints of Lime Green #4ADB54
RGB
CMYK
RGB Variations
Color information
#4ADB54 (or 0x4ADB54) is known color: Lime Green. HEX triplet: 4A, DB and 54. RGB value is (74,219,84). Sum of RGB (Red+Green+Blue) = 74+219+84=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB54 is #B524AB. Grayscale: #A0A0A0. Windows color (decimal): -11871404 or 5561162. OLE color: 5561162.
HSL color Cylindrical-coordinate representation of color #4ADB54: hue angle of 124.14º 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 #4ADB54 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 84 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.14 |
| HSL | 124.14º | 0.67% | 0.57% | - |
| HSV(B) | 124.14º | 0.66% | 0.86% | - |
| XYZ | 29.76 | 52.76 | 17 | - |
| YUV | 160.26 | 84.96 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 84 | 0.66 | 0 | 0.62 | 0.14 | 124.14 | 0.67 | 0.57 |
| Hex | 4A | DB | 54 | 42 | 0 | 3E | E | 7C | 43 | 39 |
| Octal | 112 | 333 | 124 | 102 | 0 | 76 | 16 | 174 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1010100 | 1000010 | 0 | 111110 | 1110 | 1111100 | 1000011 | 111001 |
Color Harmonies of #4ADB54
Complementary color
Monochromatic Colors of #4ADB54
Black with #4ADB54
Text Example
Text Example
White with #4ADB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB54; }
p { color: rgb(74,219,84); }
H1.HeaderClassName
{
color: #4ADB54;
}
.AnyTagClassName
{
color: #4ADB54;
}
</style>
background-color css
<style>
a { background-color: #4ADB54; }
a { background-color: rgb(74,219,84); }
div.DivClassName
{
background-color: #4ADB54;
}
.BgClassName
{
background-color: #4ADB54;
}
</style>
border-color css
<style>
span { border-color: #4ADB54; }
span { border-color: rgb(74,219,84); }
td.TdClassName
{
border-color: #4ADB54;
}
.TagClassName
{
border-color: #4ADB54;
}
</style>