Shades of Lime Green #4AD04D
Tints of Lime Green #4AD04D
RGB
CMYK
RGB Variations
Color information
#4AD04D (or 0x4AD04D) is known color: Lime Green. HEX triplet: 4A, D0 and 4D. RGB value is (74,208,77). Sum of RGB (Red+Green+Blue) = 74+208+77=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD04D is #B52FB2. Grayscale: #999999. Windows color (decimal): -11874227 or 5099594. OLE color: 5099594.
HSL color Cylindrical-coordinate representation of color #4AD04D: hue angle of 121.34º 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 #4AD04D is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 77 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.18 |
| HSL | 121.34º | 0.59% | 0.55% | - |
| HSV(B) | 121.34º | 0.64% | 0.82% | - |
| XYZ | 26.72 | 47.1 | 14.7 | - |
| YUV | 153 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 77 | 0.64 | 0 | 0.63 | 0.18 | 121.34 | 0.59 | 0.55 |
| Hex | 4A | D0 | 4D | 40 | 0 | 3F | 12 | 79 | 3B | 37 |
| Octal | 112 | 320 | 115 | 100 | 0 | 77 | 22 | 171 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1001101 | 1000000 | 0 | 111111 | 10010 | 1111001 | 111011 | 110111 |
Color Harmonies of #4AD04D
Complementary color
Monochromatic Colors of #4AD04D
Black with #4AD04D
Text Example
Text Example
White with #4AD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD04D; }
p { color: rgb(74,208,77); }
H1.HeaderClassName
{
color: #4AD04D;
}
.AnyTagClassName
{
color: #4AD04D;
}
</style>
background-color css
<style>
a { background-color: #4AD04D; }
a { background-color: rgb(74,208,77); }
div.DivClassName
{
background-color: #4AD04D;
}
.BgClassName
{
background-color: #4AD04D;
}
</style>
border-color css
<style>
span { border-color: #4AD04D; }
span { border-color: rgb(74,208,77); }
td.TdClassName
{
border-color: #4AD04D;
}
.TagClassName
{
border-color: #4AD04D;
}
</style>