Shades of Lime Green #4AD04C
Tints of Lime Green #4AD04C
RGB
CMYK
RGB Variations
Color information
#4AD04C (or 0x4AD04C) is known color: Lime Green. HEX triplet: 4A, D0 and 4C. RGB value is (74,208,76). Sum of RGB (Red+Green+Blue) = 74+208+76=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD04C is #B52FB3. Grayscale: #999999. Windows color (decimal): -11874228 or 5034058. OLE color: 5034058.
HSL color Cylindrical-coordinate representation of color #4AD04C: hue angle of 120.9º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD04C is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 76 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.18 |
| HSL | 120.9º | 0.59% | 0.55% | - |
| HSV(B) | 120.9º | 0.64% | 0.82% | - |
| XYZ | 26.68 | 47.09 | 14.52 | - |
| YUV | 152.89 | 84.61 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 76 | 0.64 | 0 | 0.63 | 0.18 | 120.9 | 0.59 | 0.55 |
| Hex | 4A | D0 | 4C | 40 | 0 | 3F | 12 | 79 | 3B | 37 |
| Octal | 112 | 320 | 114 | 100 | 0 | 77 | 22 | 171 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1001100 | 1000000 | 0 | 111111 | 10010 | 1111001 | 111011 | 110111 |
Color Harmonies of #4AD04C
Complementary color
Monochromatic Colors of #4AD04C
Black with #4AD04C
Text Example
Text Example
White with #4AD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD04C; }
p { color: rgb(74,208,76); }
H1.HeaderClassName
{
color: #4AD04C;
}
.AnyTagClassName
{
color: #4AD04C;
}
</style>
background-color css
<style>
a { background-color: #4AD04C; }
a { background-color: rgb(74,208,76); }
div.DivClassName
{
background-color: #4AD04C;
}
.BgClassName
{
background-color: #4AD04C;
}
</style>
border-color css
<style>
span { border-color: #4AD04C; }
span { border-color: rgb(74,208,76); }
td.TdClassName
{
border-color: #4AD04C;
}
.TagClassName
{
border-color: #4AD04C;
}
</style>