Shades of Lime Green #4ACE4C
Tints of Lime Green #4ACE4C
RGB
CMYK
RGB Variations
Color information
#4ACE4C (or 0x4ACE4C) is known color: Lime Green. HEX triplet: 4A, CE and 4C. RGB value is (74,206,76). Sum of RGB (Red+Green+Blue) = 74+206+76=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACE4C is #B531B3. Grayscale: #989898. Windows color (decimal): -11874740 or 5033546. OLE color: 5033546.
HSL color Cylindrical-coordinate representation of color #4ACE4C: hue angle of 120.91º 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 #4ACE4C is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 76 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.19 |
| HSL | 120.91º | 0.57% | 0.55% | - |
| HSV(B) | 120.91º | 0.64% | 0.81% | - |
| XYZ | 26.2 | 46.12 | 14.36 | - |
| YUV | 151.71 | 85.27 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 76 | 0.64 | 0 | 0.63 | 0.19 | 120.91 | 0.57 | 0.55 |
| Hex | 4A | CE | 4C | 40 | 0 | 3F | 13 | 79 | 39 | 37 |
| Octal | 112 | 316 | 114 | 100 | 0 | 77 | 23 | 171 | 71 | 67 |
| Binary | 1001010 | 11001110 | 1001100 | 1000000 | 0 | 111111 | 10011 | 1111001 | 111001 | 110111 |
Color Harmonies of #4ACE4C
Complementary color
Monochromatic Colors of #4ACE4C
Black with #4ACE4C
Text Example
Text Example
White with #4ACE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE4C; }
p { color: rgb(74,206,76); }
H1.HeaderClassName
{
color: #4ACE4C;
}
.AnyTagClassName
{
color: #4ACE4C;
}
</style>
background-color css
<style>
a { background-color: #4ACE4C; }
a { background-color: rgb(74,206,76); }
div.DivClassName
{
background-color: #4ACE4C;
}
.BgClassName
{
background-color: #4ACE4C;
}
</style>
border-color css
<style>
span { border-color: #4ACE4C; }
span { border-color: rgb(74,206,76); }
td.TdClassName
{
border-color: #4ACE4C;
}
.TagClassName
{
border-color: #4ACE4C;
}
</style>