Shades of Lime Green #4AD150
Tints of Lime Green #4AD150
RGB
CMYK
RGB Variations
Color information
#4AD150 (or 0x4AD150) is known color: Lime Green. HEX triplet: 4A, D1 and 50. RGB value is (74,209,80). Sum of RGB (Red+Green+Blue) = 74+209+80=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD150 is #B52EAF. Grayscale: #9A9A9A. Windows color (decimal): -11873968 or 5296458. OLE color: 5296458.
HSL color Cylindrical-coordinate representation of color #4AD150: hue angle of 122.67º 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 #4AD150 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 80 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.18 |
| HSL | 122.67º | 0.59% | 0.55% | - |
| HSV(B) | 122.67º | 0.65% | 0.82% | - |
| XYZ | 27.07 | 47.64 | 15.36 | - |
| YUV | 153.93 | 86.27 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 80 | 0.65 | 0 | 0.62 | 0.18 | 122.67 | 0.59 | 0.55 |
| Hex | 4A | D1 | 50 | 41 | 0 | 3E | 12 | 7B | 3B | 37 |
| Octal | 112 | 321 | 120 | 101 | 0 | 76 | 22 | 173 | 73 | 67 |
| Binary | 1001010 | 11010001 | 1010000 | 1000001 | 0 | 111110 | 10010 | 1111011 | 111011 | 110111 |
Color Harmonies of #4AD150
Complementary color
Monochromatic Colors of #4AD150
Black with #4AD150
Text Example
Text Example
White with #4AD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD150; }
p { color: rgb(74,209,80); }
H1.HeaderClassName
{
color: #4AD150;
}
.AnyTagClassName
{
color: #4AD150;
}
</style>
background-color css
<style>
a { background-color: #4AD150; }
a { background-color: rgb(74,209,80); }
div.DivClassName
{
background-color: #4AD150;
}
.BgClassName
{
background-color: #4AD150;
}
</style>
border-color css
<style>
span { border-color: #4AD150; }
span { border-color: rgb(74,209,80); }
td.TdClassName
{
border-color: #4AD150;
}
.TagClassName
{
border-color: #4AD150;
}
</style>