Shades of Lime Green #4ACB4E
Tints of Lime Green #4ACB4E
RGB
CMYK
RGB Variations
Color information
#4ACB4E (or 0x4ACB4E) is known color: Lime Green. HEX triplet: 4A, CB and 4E. RGB value is (74,203,78). Sum of RGB (Red+Green+Blue) = 74+203+78=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB4E is #B534B1. Grayscale: #969696. Windows color (decimal): -11875506 or 5163850. OLE color: 5163850.
HSL color Cylindrical-coordinate representation of color #4ACB4E: hue angle of 121.86º 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 #4ACB4E is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 78 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.20 |
| HSL | 121.86º | 0.55% | 0.54% | - |
| HSV(B) | 121.86º | 0.64% | 0.8% | - |
| XYZ | 25.56 | 44.72 | 14.49 | - |
| YUV | 150.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 78 | 0.64 | 0 | 0.62 | 0.20 | 121.86 | 0.55 | 0.54 |
| Hex | 4A | CB | 4E | 40 | 0 | 3E | 14 | 7A | 37 | 36 |
| Octal | 112 | 313 | 116 | 100 | 0 | 76 | 24 | 172 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1001110 | 1000000 | 0 | 111110 | 10100 | 1111010 | 110111 | 110110 |
Color Harmonies of #4ACB4E
Complementary color
Monochromatic Colors of #4ACB4E
Black with #4ACB4E
Text Example
Text Example
White with #4ACB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB4E; }
p { color: rgb(74,203,78); }
H1.HeaderClassName
{
color: #4ACB4E;
}
.AnyTagClassName
{
color: #4ACB4E;
}
</style>
background-color css
<style>
a { background-color: #4ACB4E; }
a { background-color: rgb(74,203,78); }
div.DivClassName
{
background-color: #4ACB4E;
}
.BgClassName
{
background-color: #4ACB4E;
}
</style>
border-color css
<style>
span { border-color: #4ACB4E; }
span { border-color: rgb(74,203,78); }
td.TdClassName
{
border-color: #4ACB4E;
}
.TagClassName
{
border-color: #4ACB4E;
}
</style>