Shades of Lime Green #4AD543
Tints of Lime Green #4AD543
RGB
CMYK
RGB Variations
Color information
#4AD543 (or 0x4AD543) is known color: Lime Green. HEX triplet: 4A, D5 and 43. RGB value is (74,213,67). Sum of RGB (Red+Green+Blue) = 74+213+67=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD543 is #B52ABC. Grayscale: #9B9B9B. Windows color (decimal): -11872957 or 4445514. OLE color: 4445514.
HSL color Cylindrical-coordinate representation of color #4AD543: hue angle of 117.12º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AD543 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 67 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.16 |
| HSL | 117.12º | 0.63% | 0.55% | - |
| HSV(B) | 117.12º | 0.69% | 0.84% | - |
| XYZ | 27.63 | 49.45 | 13.4 | - |
| YUV | 154.8 | 78.45 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 67 | 0.65 | 0 | 0.69 | 0.16 | 117.12 | 0.63 | 0.55 |
| Hex | 4A | D5 | 43 | 41 | 0 | 45 | 10 | 75 | 3F | 37 |
| Octal | 112 | 325 | 103 | 101 | 0 | 105 | 20 | 165 | 77 | 67 |
| Binary | 1001010 | 11010101 | 1000011 | 1000001 | 0 | 1000101 | 10000 | 1110101 | 111111 | 110111 |
Color Harmonies of #4AD543
Complementary color
Monochromatic Colors of #4AD543
Black with #4AD543
Text Example
Text Example
White with #4AD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD543; }
p { color: rgb(74,213,67); }
H1.HeaderClassName
{
color: #4AD543;
}
.AnyTagClassName
{
color: #4AD543;
}
</style>
background-color css
<style>
a { background-color: #4AD543; }
a { background-color: rgb(74,213,67); }
div.DivClassName
{
background-color: #4AD543;
}
.BgClassName
{
background-color: #4AD543;
}
</style>
border-color css
<style>
span { border-color: #4AD543; }
span { border-color: rgb(74,213,67); }
td.TdClassName
{
border-color: #4AD543;
}
.TagClassName
{
border-color: #4AD543;
}
</style>