Shades of Lime Green #4AD554
Tints of Lime Green #4AD554
RGB
CMYK
RGB Variations
Color information
#4AD554 (or 0x4AD554) is known color: Lime Green. HEX triplet: 4A, D5 and 54. RGB value is (74,213,84). Sum of RGB (Red+Green+Blue) = 74+213+84=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD554 is #B52AAB. Grayscale: #9D9D9D. Windows color (decimal): -11872940 or 5559626. OLE color: 5559626.
HSL color Cylindrical-coordinate representation of color #4AD554: hue angle of 124.32º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD554 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 84 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.16 |
| HSL | 124.32º | 0.62% | 0.56% | - |
| HSV(B) | 124.32º | 0.65% | 0.84% | - |
| XYZ | 28.22 | 49.68 | 16.49 | - |
| YUV | 156.73 | 86.95 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 84 | 0.65 | 0 | 0.61 | 0.16 | 124.32 | 0.62 | 0.56 |
| Hex | 4A | D5 | 54 | 41 | 0 | 3D | 10 | 7C | 3E | 38 |
| Octal | 112 | 325 | 124 | 101 | 0 | 75 | 20 | 174 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1010100 | 1000001 | 0 | 111101 | 10000 | 1111100 | 111110 | 111000 |
Color Harmonies of #4AD554
Complementary color
Monochromatic Colors of #4AD554
Black with #4AD554
Text Example
Text Example
White with #4AD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD554; }
p { color: rgb(74,213,84); }
H1.HeaderClassName
{
color: #4AD554;
}
.AnyTagClassName
{
color: #4AD554;
}
</style>
background-color css
<style>
a { background-color: #4AD554; }
a { background-color: rgb(74,213,84); }
div.DivClassName
{
background-color: #4AD554;
}
.BgClassName
{
background-color: #4AD554;
}
</style>
border-color css
<style>
span { border-color: #4AD554; }
span { border-color: rgb(74,213,84); }
td.TdClassName
{
border-color: #4AD554;
}
.TagClassName
{
border-color: #4AD554;
}
</style>