Shades of Lime Green #2ACE4D
Tints of Lime Green #2ACE4D
RGB
CMYK
RGB Variations
Color information
#2ACE4D (or 0x2ACE4D) is known color: Lime Green. HEX triplet: 2A, CE and 4D. RGB value is (42,206,77). Sum of RGB (Red+Green+Blue) = 42+206+77=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE4D is #D531B2. Grayscale: #8E8E8E. Windows color (decimal): -13971891 or 5099050. OLE color: 5099050.
HSL color Cylindrical-coordinate representation of color #2ACE4D: hue angle of 132.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACE4D is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 77 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.19 |
| HSL | 132.8º | 0.66% | 0.49% | - |
| HSV(B) | 132.8º | 0.8% | 0.81% | - |
| XYZ | 24.37 | 45.17 | 14.46 | - |
| YUV | 142.26 | 91.17 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 77 | 0.80 | 0 | 0.63 | 0.19 | 132.8 | 0.66 | 0.49 |
| Hex | 2A | CE | 4D | 50 | 0 | 3F | 13 | 85 | 42 | 31 |
| Octal | 52 | 316 | 115 | 120 | 0 | 77 | 23 | 205 | 102 | 61 |
| Binary | 101010 | 11001110 | 1001101 | 1010000 | 0 | 111111 | 10011 | 10000101 | 1000010 | 110001 |
Color Harmonies of #2ACE4D
Complementary color
Monochromatic Colors of #2ACE4D
Black with #2ACE4D
Text Example
Text Example
White with #2ACE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE4D; }
p { color: rgb(42,206,77); }
H1.HeaderClassName
{
color: #2ACE4D;
}
.AnyTagClassName
{
color: #2ACE4D;
}
</style>
background-color css
<style>
a { background-color: #2ACE4D; }
a { background-color: rgb(42,206,77); }
div.DivClassName
{
background-color: #2ACE4D;
}
.BgClassName
{
background-color: #2ACE4D;
}
</style>
border-color css
<style>
span { border-color: #2ACE4D; }
span { border-color: rgb(42,206,77); }
td.TdClassName
{
border-color: #2ACE4D;
}
.TagClassName
{
border-color: #2ACE4D;
}
</style>