Shades of Lime Green #4AD14B
Tints of Lime Green #4AD14B
RGB
CMYK
RGB Variations
Color information
#4AD14B (or 0x4AD14B) is known color: Lime Green. HEX triplet: 4A, D1 and 4B. RGB value is (74,209,75). Sum of RGB (Red+Green+Blue) = 74+209+75=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD14B is #B52EB4. Grayscale: #999999. Windows color (decimal): -11873973 or 4968778. OLE color: 4968778.
HSL color Cylindrical-coordinate representation of color #4AD14B: hue angle of 120.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD14B is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 75 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.18 |
| HSL | 120.44º | 0.59% | 0.55% | - |
| HSV(B) | 120.44º | 0.65% | 0.82% | - |
| XYZ | 26.89 | 47.56 | 14.42 | - |
| YUV | 153.36 | 83.77 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 75 | 0.65 | 0 | 0.64 | 0.18 | 120.44 | 0.59 | 0.55 |
| Hex | 4A | D1 | 4B | 41 | 0 | 40 | 12 | 78 | 3B | 37 |
| Octal | 112 | 321 | 113 | 101 | 0 | 100 | 22 | 170 | 73 | 67 |
| Binary | 1001010 | 11010001 | 1001011 | 1000001 | 0 | 1000000 | 10010 | 1111000 | 111011 | 110111 |
Color Harmonies of #4AD14B
Complementary color
Monochromatic Colors of #4AD14B
Black with #4AD14B
Text Example
Text Example
White with #4AD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD14B; }
p { color: rgb(74,209,75); }
H1.HeaderClassName
{
color: #4AD14B;
}
.AnyTagClassName
{
color: #4AD14B;
}
</style>
background-color css
<style>
a { background-color: #4AD14B; }
a { background-color: rgb(74,209,75); }
div.DivClassName
{
background-color: #4AD14B;
}
.BgClassName
{
background-color: #4AD14B;
}
</style>
border-color css
<style>
span { border-color: #4AD14B; }
span { border-color: rgb(74,209,75); }
td.TdClassName
{
border-color: #4AD14B;
}
.TagClassName
{
border-color: #4AD14B;
}
</style>