Shades of Lime Green #2ACE12
Tints of Lime Green #2ACE12
RGB
CMYK
RGB Variations
Color information
#2ACE12 (or 0x2ACE12) is known color: Lime Green. HEX triplet: 2A, CE and 12. RGB value is (42,206,18). Sum of RGB (Red+Green+Blue) = 42+206+18=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACE12 is #D531ED. Grayscale: #888888. Windows color (decimal): -13971950 or 1232426. OLE color: 1232426.
HSL color Cylindrical-coordinate representation of color #2ACE12: hue angle of 112.34º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ACE12 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 18 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.19 |
| HSL | 112.34º | 0.84% | 0.44% | - |
| HSV(B) | 112.34º | 0.91% | 0.81% | - |
| XYZ | 23.14 | 44.68 | 7.98 | - |
| YUV | 135.53 | 61.67 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 18 | 0.80 | 0 | 0.91 | 0.19 | 112.34 | 0.84 | 0.44 |
| Hex | 2A | CE | 12 | 50 | 0 | 5B | 13 | 70 | 54 | 2C |
| Octal | 52 | 316 | 22 | 120 | 0 | 133 | 23 | 160 | 124 | 54 |
| Binary | 101010 | 11001110 | 10010 | 1010000 | 0 | 1011011 | 10011 | 1110000 | 1010100 | 101100 |
Color Harmonies of #2ACE12
Complementary color
Monochromatic Colors of #2ACE12
Black with #2ACE12
Text Example
Text Example
White with #2ACE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE12; }
p { color: rgb(42,206,18); }
H1.HeaderClassName
{
color: #2ACE12;
}
.AnyTagClassName
{
color: #2ACE12;
}
</style>
background-color css
<style>
a { background-color: #2ACE12; }
a { background-color: rgb(42,206,18); }
div.DivClassName
{
background-color: #2ACE12;
}
.BgClassName
{
background-color: #2ACE12;
}
</style>
border-color css
<style>
span { border-color: #2ACE12; }
span { border-color: rgb(42,206,18); }
td.TdClassName
{
border-color: #2ACE12;
}
.TagClassName
{
border-color: #2ACE12;
}
</style>