Shades of Lime Green #2ACE4C
Tints of Lime Green #2ACE4C
RGB
CMYK
RGB Variations
Color information
#2ACE4C (or 0x2ACE4C) is known color: Lime Green. HEX triplet: 2A, CE and 4C. RGB value is (42,206,76). Sum of RGB (Red+Green+Blue) = 42+206+76=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACE4C is #D531B3. Grayscale: #8E8E8E. Windows color (decimal): -13971892 or 5033514. OLE color: 5033514.
HSL color Cylindrical-coordinate representation of color #2ACE4C: hue angle of 132.44º 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 #2ACE4C is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 76 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.19 |
| HSL | 132.44º | 0.66% | 0.49% | - |
| HSV(B) | 132.44º | 0.8% | 0.81% | - |
| XYZ | 24.33 | 45.16 | 14.27 | - |
| YUV | 142.14 | 90.67 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 76 | 0.80 | 0 | 0.63 | 0.19 | 132.44 | 0.66 | 0.49 |
| Hex | 2A | CE | 4C | 50 | 0 | 3F | 13 | 84 | 42 | 31 |
| Octal | 52 | 316 | 114 | 120 | 0 | 77 | 23 | 204 | 102 | 61 |
| Binary | 101010 | 11001110 | 1001100 | 1010000 | 0 | 111111 | 10011 | 10000100 | 1000010 | 110001 |
Color Harmonies of #2ACE4C
Complementary color
Monochromatic Colors of #2ACE4C
Black with #2ACE4C
Text Example
Text Example
White with #2ACE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE4C; }
p { color: rgb(42,206,76); }
H1.HeaderClassName
{
color: #2ACE4C;
}
.AnyTagClassName
{
color: #2ACE4C;
}
</style>
background-color css
<style>
a { background-color: #2ACE4C; }
a { background-color: rgb(42,206,76); }
div.DivClassName
{
background-color: #2ACE4C;
}
.BgClassName
{
background-color: #2ACE4C;
}
</style>
border-color css
<style>
span { border-color: #2ACE4C; }
span { border-color: rgb(42,206,76); }
td.TdClassName
{
border-color: #2ACE4C;
}
.TagClassName
{
border-color: #2ACE4C;
}
</style>