Shades of Lime Green #4AD54A
Tints of Lime Green #4AD54A
RGB
CMYK
RGB Variations
Color information
#4AD54A (or 0x4AD54A) is known color: Lime Green. HEX triplet: 4A, D5 and 4A. RGB value is (74,213,74). Sum of RGB (Red+Green+Blue) = 74+213+74=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD54A is #B52AB5. Grayscale: #9C9C9C. Windows color (decimal): -11872950 or 4904266. OLE color: 4904266.
HSL color Cylindrical-coordinate representation of color #4AD54A: hue angle of 120º 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 #4AD54A is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 74 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.16 |
| HSL | 120º | 0.62% | 0.56% | - |
| HSV(B) | 120º | 0.65% | 0.84% | - |
| XYZ | 27.85 | 49.54 | 14.57 | - |
| YUV | 155.59 | 81.95 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 74 | 0.65 | 0 | 0.65 | 0.16 | 120 | 0.62 | 0.56 |
| Hex | 4A | D5 | 4A | 41 | 0 | 41 | 10 | 78 | 3E | 38 |
| Octal | 112 | 325 | 112 | 101 | 0 | 101 | 20 | 170 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1001010 | 1000001 | 0 | 1000001 | 10000 | 1111000 | 111110 | 111000 |
Color Harmonies of #4AD54A
Complementary color
Monochromatic Colors of #4AD54A
Black with #4AD54A
Text Example
Text Example
White with #4AD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD54A; }
p { color: rgb(74,213,74); }
H1.HeaderClassName
{
color: #4AD54A;
}
.AnyTagClassName
{
color: #4AD54A;
}
</style>
background-color css
<style>
a { background-color: #4AD54A; }
a { background-color: rgb(74,213,74); }
div.DivClassName
{
background-color: #4AD54A;
}
.BgClassName
{
background-color: #4AD54A;
}
</style>
border-color css
<style>
span { border-color: #4AD54A; }
span { border-color: rgb(74,213,74); }
td.TdClassName
{
border-color: #4AD54A;
}
.TagClassName
{
border-color: #4AD54A;
}
</style>