Shades of Lime Green #2ACE39
Tints of Lime Green #2ACE39
RGB
CMYK
RGB Variations
Color information
#2ACE39 (or 0x2ACE39) is known color: Lime Green. HEX triplet: 2A, CE and 39. RGB value is (42,206,57). Sum of RGB (Red+Green+Blue) = 42+206+57=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACE39 is #D531C6. Grayscale: #8C8C8C. Windows color (decimal): -13971911 or 3788330. OLE color: 3788330.
HSL color Cylindrical-coordinate representation of color #2ACE39: hue angle of 125.49º 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 #2ACE39 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 57 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.19 |
| HSL | 125.49º | 0.66% | 0.49% | - |
| HSV(B) | 125.49º | 0.8% | 0.81% | - |
| XYZ | 23.76 | 44.93 | 11.29 | - |
| YUV | 139.98 | 81.17 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 57 | 0.80 | 0 | 0.72 | 0.19 | 125.49 | 0.66 | 0.49 |
| Hex | 2A | CE | 39 | 50 | 0 | 48 | 13 | 7D | 42 | 31 |
| Octal | 52 | 316 | 71 | 120 | 0 | 110 | 23 | 175 | 102 | 61 |
| Binary | 101010 | 11001110 | 111001 | 1010000 | 0 | 1001000 | 10011 | 1111101 | 1000010 | 110001 |
Color Harmonies of #2ACE39
Complementary color
Monochromatic Colors of #2ACE39
Black with #2ACE39
Text Example
Text Example
White with #2ACE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE39; }
p { color: rgb(42,206,57); }
H1.HeaderClassName
{
color: #2ACE39;
}
.AnyTagClassName
{
color: #2ACE39;
}
</style>
background-color css
<style>
a { background-color: #2ACE39; }
a { background-color: rgb(42,206,57); }
div.DivClassName
{
background-color: #2ACE39;
}
.BgClassName
{
background-color: #2ACE39;
}
</style>
border-color css
<style>
span { border-color: #2ACE39; }
span { border-color: rgb(42,206,57); }
td.TdClassName
{
border-color: #2ACE39;
}
.TagClassName
{
border-color: #2ACE39;
}
</style>