Shades of Lime Green #4AD03C
Tints of Lime Green #4AD03C
RGB
CMYK
RGB Variations
Color information
#4AD03C (or 0x4AD03C) is known color: Lime Green. HEX triplet: 4A, D0 and 3C. RGB value is (74,208,60). Sum of RGB (Red+Green+Blue) = 74+208+60=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD03C is #B52FC3. Grayscale: #979797. Windows color (decimal): -11874244 or 3985482. OLE color: 3985482.
HSL color Cylindrical-coordinate representation of color #4AD03C: hue angle of 114.32º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD03C is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 60 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.18 |
| HSL | 114.32º | 0.61% | 0.53% | - |
| HSV(B) | 114.32º | 0.71% | 0.82% | - |
| XYZ | 26.2 | 46.89 | 11.95 | - |
| YUV | 151.06 | 76.61 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 60 | 0.64 | 0 | 0.71 | 0.18 | 114.32 | 0.61 | 0.53 |
| Hex | 4A | D0 | 3C | 40 | 0 | 47 | 12 | 72 | 3D | 35 |
| Octal | 112 | 320 | 74 | 100 | 0 | 107 | 22 | 162 | 75 | 65 |
| Binary | 1001010 | 11010000 | 111100 | 1000000 | 0 | 1000111 | 10010 | 1110010 | 111101 | 110101 |
Color Harmonies of #4AD03C
Complementary color
Monochromatic Colors of #4AD03C
Black with #4AD03C
Text Example
Text Example
White with #4AD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD03C; }
p { color: rgb(74,208,60); }
H1.HeaderClassName
{
color: #4AD03C;
}
.AnyTagClassName
{
color: #4AD03C;
}
</style>
background-color css
<style>
a { background-color: #4AD03C; }
a { background-color: rgb(74,208,60); }
div.DivClassName
{
background-color: #4AD03C;
}
.BgClassName
{
background-color: #4AD03C;
}
</style>
border-color css
<style>
span { border-color: #4AD03C; }
span { border-color: rgb(74,208,60); }
td.TdClassName
{
border-color: #4AD03C;
}
.TagClassName
{
border-color: #4AD03C;
}
</style>