Shades of Lime Green #4ACE4B
Tints of Lime Green #4ACE4B
RGB
CMYK
RGB Variations
Color information
#4ACE4B (or 0x4ACE4B) is known color: Lime Green. HEX triplet: 4A, CE and 4B. RGB value is (74,206,75). Sum of RGB (Red+Green+Blue) = 74+206+75=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACE4B is #B531B4. Grayscale: #979797. Windows color (decimal): -11874741 or 4968010. OLE color: 4968010.
HSL color Cylindrical-coordinate representation of color #4ACE4B: hue angle of 120.45º 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 #4ACE4B is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 75 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.19 |
| HSL | 120.45º | 0.57% | 0.55% | - |
| HSV(B) | 120.45º | 0.64% | 0.81% | - |
| XYZ | 26.17 | 46.11 | 14.18 | - |
| YUV | 151.6 | 84.77 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 75 | 0.64 | 0 | 0.64 | 0.19 | 120.45 | 0.57 | 0.55 |
| Hex | 4A | CE | 4B | 40 | 0 | 40 | 13 | 78 | 39 | 37 |
| Octal | 112 | 316 | 113 | 100 | 0 | 100 | 23 | 170 | 71 | 67 |
| Binary | 1001010 | 11001110 | 1001011 | 1000000 | 0 | 1000000 | 10011 | 1111000 | 111001 | 110111 |
Color Harmonies of #4ACE4B
Complementary color
Monochromatic Colors of #4ACE4B
Black with #4ACE4B
Text Example
Text Example
White with #4ACE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE4B; }
p { color: rgb(74,206,75); }
H1.HeaderClassName
{
color: #4ACE4B;
}
.AnyTagClassName
{
color: #4ACE4B;
}
</style>
background-color css
<style>
a { background-color: #4ACE4B; }
a { background-color: rgb(74,206,75); }
div.DivClassName
{
background-color: #4ACE4B;
}
.BgClassName
{
background-color: #4ACE4B;
}
</style>
border-color css
<style>
span { border-color: #4ACE4B; }
span { border-color: rgb(74,206,75); }
td.TdClassName
{
border-color: #4ACE4B;
}
.TagClassName
{
border-color: #4ACE4B;
}
</style>