Shades of Lime Green #2ACC24
Tints of Lime Green #2ACC24
RGB
CMYK
RGB Variations
Color information
#2ACC24 (or 0x2ACC24) is known color: Lime Green. HEX triplet: 2A, CC and 24. RGB value is (42,204,36). Sum of RGB (Red+Green+Blue) = 42+204+36=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC24 is #D533DB. Grayscale: #888888. Windows color (decimal): -13972444 or 2411562. OLE color: 2411562.
HSL color Cylindrical-coordinate representation of color #2ACC24: hue angle of 117.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ACC24 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 36 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.2 |
| HSL | 117.86º | 0.7% | 0.47% | - |
| HSV(B) | 117.86º | 0.82% | 0.8% | - |
| XYZ | 22.87 | 43.81 | 8.92 | - |
| YUV | 136.41 | 71.33 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 36 | 0.79 | 0 | 0.82 | 0.2 | 117.86 | 0.7 | 0.47 |
| Hex | 2A | CC | 24 | 4F | 0 | 52 | 14 | 76 | 46 | 2F |
| Octal | 52 | 314 | 44 | 117 | 0 | 122 | 24 | 166 | 106 | 57 |
| Binary | 101010 | 11001100 | 100100 | 1001111 | 0 | 1010010 | 10100 | 1110110 | 1000110 | 101111 |
Color Harmonies of #2ACC24
Complementary color
Monochromatic Colors of #2ACC24
Black with #2ACC24
Text Example
Text Example
White with #2ACC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC24; }
p { color: rgb(42,204,36); }
H1.HeaderClassName
{
color: #2ACC24;
}
.AnyTagClassName
{
color: #2ACC24;
}
</style>
background-color css
<style>
a { background-color: #2ACC24; }
a { background-color: rgb(42,204,36); }
div.DivClassName
{
background-color: #2ACC24;
}
.BgClassName
{
background-color: #2ACC24;
}
</style>
border-color css
<style>
span { border-color: #2ACC24; }
span { border-color: rgb(42,204,36); }
td.TdClassName
{
border-color: #2ACC24;
}
.TagClassName
{
border-color: #2ACC24;
}
</style>