Shades of Lime Green #2ACC44
Tints of Lime Green #2ACC44
RGB
CMYK
RGB Variations
Color information
#2ACC44 (or 0x2ACC44) is known color: Lime Green. HEX triplet: 2A, CC and 44. RGB value is (42,204,68). Sum of RGB (Red+Green+Blue) = 42+204+68=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC44 is #D533BB. Grayscale: #8C8C8C. Windows color (decimal): -13972412 or 4508714. OLE color: 4508714.
HSL color Cylindrical-coordinate representation of color #2ACC44: hue angle of 129.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC44 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 68 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.2 |
| HSL | 129.63º | 0.66% | 0.48% | - |
| HSV(B) | 129.63º | 0.79% | 0.8% | - |
| XYZ | 23.59 | 44.1 | 12.74 | - |
| YUV | 140.06 | 87.33 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 68 | 0.79 | 0 | 0.67 | 0.2 | 129.63 | 0.66 | 0.48 |
| Hex | 2A | CC | 44 | 4F | 0 | 43 | 14 | 82 | 42 | 30 |
| Octal | 52 | 314 | 104 | 117 | 0 | 103 | 24 | 202 | 102 | 60 |
| Binary | 101010 | 11001100 | 1000100 | 1001111 | 0 | 1000011 | 10100 | 10000010 | 1000010 | 110000 |
Color Harmonies of #2ACC44
Complementary color
Monochromatic Colors of #2ACC44
Black with #2ACC44
Text Example
Text Example
White with #2ACC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC44; }
p { color: rgb(42,204,68); }
H1.HeaderClassName
{
color: #2ACC44;
}
.AnyTagClassName
{
color: #2ACC44;
}
</style>
background-color css
<style>
a { background-color: #2ACC44; }
a { background-color: rgb(42,204,68); }
div.DivClassName
{
background-color: #2ACC44;
}
.BgClassName
{
background-color: #2ACC44;
}
</style>
border-color css
<style>
span { border-color: #2ACC44; }
span { border-color: rgb(42,204,68); }
td.TdClassName
{
border-color: #2ACC44;
}
.TagClassName
{
border-color: #2ACC44;
}
</style>