Shades of Lime Green #4ACB50
Tints of Lime Green #4ACB50
RGB
CMYK
RGB Variations
Color information
#4ACB50 (or 0x4ACB50) is known color: Lime Green. HEX triplet: 4A, CB and 50. RGB value is (74,203,80). Sum of RGB (Red+Green+Blue) = 74+203+80=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB50 is #B534AF. Grayscale: #969696. Windows color (decimal): -11875504 or 5294922. OLE color: 5294922.
HSL color Cylindrical-coordinate representation of color #4ACB50: hue angle of 122.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB50 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 80 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.20 |
| HSL | 122.79º | 0.55% | 0.54% | - |
| HSV(B) | 122.79º | 0.64% | 0.8% | - |
| XYZ | 25.63 | 44.75 | 14.88 | - |
| YUV | 150.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 80 | 0.64 | 0 | 0.61 | 0.20 | 122.79 | 0.55 | 0.54 |
| Hex | 4A | CB | 50 | 40 | 0 | 3D | 14 | 7B | 37 | 36 |
| Octal | 112 | 313 | 120 | 100 | 0 | 75 | 24 | 173 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1010000 | 1000000 | 0 | 111101 | 10100 | 1111011 | 110111 | 110110 |
Color Harmonies of #4ACB50
Complementary color
Monochromatic Colors of #4ACB50
Black with #4ACB50
Text Example
Text Example
White with #4ACB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB50; }
p { color: rgb(74,203,80); }
H1.HeaderClassName
{
color: #4ACB50;
}
.AnyTagClassName
{
color: #4ACB50;
}
</style>
background-color css
<style>
a { background-color: #4ACB50; }
a { background-color: rgb(74,203,80); }
div.DivClassName
{
background-color: #4ACB50;
}
.BgClassName
{
background-color: #4ACB50;
}
</style>
border-color css
<style>
span { border-color: #4ACB50; }
span { border-color: rgb(74,203,80); }
td.TdClassName
{
border-color: #4ACB50;
}
.TagClassName
{
border-color: #4ACB50;
}
</style>