Shades of Lime Green #4ACE4E
Tints of Lime Green #4ACE4E
RGB
CMYK
RGB Variations
Color information
#4ACE4E (or 0x4ACE4E) is known color: Lime Green. HEX triplet: 4A, CE and 4E. RGB value is (74,206,78). Sum of RGB (Red+Green+Blue) = 74+206+78=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACE4E is #B531B1. Grayscale: #989898. Windows color (decimal): -11874738 or 5164618. OLE color: 5164618.
HSL color Cylindrical-coordinate representation of color #4ACE4E: hue angle of 121.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACE4E is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 78 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.19 |
| HSL | 121.82º | 0.57% | 0.55% | - |
| HSV(B) | 121.82º | 0.64% | 0.81% | - |
| XYZ | 26.27 | 46.15 | 14.73 | - |
| YUV | 151.94 | 86.27 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 78 | 0.64 | 0 | 0.62 | 0.19 | 121.82 | 0.57 | 0.55 |
| Hex | 4A | CE | 4E | 40 | 0 | 3E | 13 | 7A | 39 | 37 |
| Octal | 112 | 316 | 116 | 100 | 0 | 76 | 23 | 172 | 71 | 67 |
| Binary | 1001010 | 11001110 | 1001110 | 1000000 | 0 | 111110 | 10011 | 1111010 | 111001 | 110111 |
Color Harmonies of #4ACE4E
Complementary color
Monochromatic Colors of #4ACE4E
Black with #4ACE4E
Text Example
Text Example
White with #4ACE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE4E; }
p { color: rgb(74,206,78); }
H1.HeaderClassName
{
color: #4ACE4E;
}
.AnyTagClassName
{
color: #4ACE4E;
}
</style>
background-color css
<style>
a { background-color: #4ACE4E; }
a { background-color: rgb(74,206,78); }
div.DivClassName
{
background-color: #4ACE4E;
}
.BgClassName
{
background-color: #4ACE4E;
}
</style>
border-color css
<style>
span { border-color: #4ACE4E; }
span { border-color: rgb(74,206,78); }
td.TdClassName
{
border-color: #4ACE4E;
}
.TagClassName
{
border-color: #4ACE4E;
}
</style>