Shades of Lime Green #2ACE20
Tints of Lime Green #2ACE20
RGB
CMYK
RGB Variations
Color information
#2ACE20 (or 0x2ACE20) is known color: Lime Green. HEX triplet: 2A, CE and 20. RGB value is (42,206,32). Sum of RGB (Red+Green+Blue) = 42+206+32=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACE20 is #D531DF. Grayscale: #898989. Windows color (decimal): -13971936 or 2149930. OLE color: 2149930.
HSL color Cylindrical-coordinate representation of color #2ACE20: hue angle of 116.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ACE20 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 32 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.19 |
| HSL | 116.55º | 0.73% | 0.47% | - |
| HSV(B) | 116.55º | 0.84% | 0.81% | - |
| XYZ | 23.29 | 44.74 | 8.77 | - |
| YUV | 137.13 | 68.67 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 32 | 0.80 | 0 | 0.84 | 0.19 | 116.55 | 0.73 | 0.47 |
| Hex | 2A | CE | 20 | 50 | 0 | 54 | 13 | 75 | 49 | 2F |
| Octal | 52 | 316 | 40 | 120 | 0 | 124 | 23 | 165 | 111 | 57 |
| Binary | 101010 | 11001110 | 100000 | 1010000 | 0 | 1010100 | 10011 | 1110101 | 1001001 | 101111 |
Color Harmonies of #2ACE20
Complementary color
Monochromatic Colors of #2ACE20
Black with #2ACE20
Text Example
Text Example
White with #2ACE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE20; }
p { color: rgb(42,206,32); }
H1.HeaderClassName
{
color: #2ACE20;
}
.AnyTagClassName
{
color: #2ACE20;
}
</style>
background-color css
<style>
a { background-color: #2ACE20; }
a { background-color: rgb(42,206,32); }
div.DivClassName
{
background-color: #2ACE20;
}
.BgClassName
{
background-color: #2ACE20;
}
</style>
border-color css
<style>
span { border-color: #2ACE20; }
span { border-color: rgb(42,206,32); }
td.TdClassName
{
border-color: #2ACE20;
}
.TagClassName
{
border-color: #2ACE20;
}
</style>