Shades of Lime Green #4ACE51
Tints of Lime Green #4ACE51
RGB
CMYK
RGB Variations
Color information
#4ACE51 (or 0x4ACE51) is known color: Lime Green. HEX triplet: 4A, CE and 51. RGB value is (74,206,81). Sum of RGB (Red+Green+Blue) = 74+206+81=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACE51 is #B531AE. Grayscale: #989898. Windows color (decimal): -11874735 or 5361226. OLE color: 5361226.
HSL color Cylindrical-coordinate representation of color #4ACE51: hue angle of 123.18º 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 #4ACE51 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 81 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.19 |
| HSL | 123.18º | 0.57% | 0.55% | - |
| HSV(B) | 123.18º | 0.64% | 0.81% | - |
| XYZ | 26.38 | 46.19 | 15.31 | - |
| YUV | 152.28 | 87.77 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 81 | 0.64 | 0 | 0.61 | 0.19 | 123.18 | 0.57 | 0.55 |
| Hex | 4A | CE | 51 | 40 | 0 | 3D | 13 | 7B | 39 | 37 |
| Octal | 112 | 316 | 121 | 100 | 0 | 75 | 23 | 173 | 71 | 67 |
| Binary | 1001010 | 11001110 | 1010001 | 1000000 | 0 | 111101 | 10011 | 1111011 | 111001 | 110111 |
Color Harmonies of #4ACE51
Complementary color
Monochromatic Colors of #4ACE51
Black with #4ACE51
Text Example
Text Example
White with #4ACE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE51; }
p { color: rgb(74,206,81); }
H1.HeaderClassName
{
color: #4ACE51;
}
.AnyTagClassName
{
color: #4ACE51;
}
</style>
background-color css
<style>
a { background-color: #4ACE51; }
a { background-color: rgb(74,206,81); }
div.DivClassName
{
background-color: #4ACE51;
}
.BgClassName
{
background-color: #4ACE51;
}
</style>
border-color css
<style>
span { border-color: #4ACE51; }
span { border-color: rgb(74,206,81); }
td.TdClassName
{
border-color: #4ACE51;
}
.TagClassName
{
border-color: #4ACE51;
}
</style>