Shades of Lime Green #2ACC1C
Tints of Lime Green #2ACC1C
RGB
CMYK
RGB Variations
Color information
#2ACC1C (or 0x2ACC1C) is known color: Lime Green. HEX triplet: 2A, CC and 1C. RGB value is (42,204,28). Sum of RGB (Red+Green+Blue) = 42+204+28=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC1C is #D533E3. Grayscale: #888888. Windows color (decimal): -13972452 or 1887274. OLE color: 1887274.
HSL color Cylindrical-coordinate representation of color #2ACC1C: hue angle of 115.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ACC1C is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 28 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.2 |
| HSL | 115.23º | 0.76% | 0.45% | - |
| HSV(B) | 115.23º | 0.86% | 0.8% | - |
| XYZ | 22.76 | 43.76 | 8.35 | - |
| YUV | 135.5 | 67.33 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 28 | 0.79 | 0 | 0.86 | 0.2 | 115.23 | 0.76 | 0.45 |
| Hex | 2A | CC | 1C | 4F | 0 | 56 | 14 | 73 | 4C | 2D |
| Octal | 52 | 314 | 34 | 117 | 0 | 126 | 24 | 163 | 114 | 55 |
| Binary | 101010 | 11001100 | 11100 | 1001111 | 0 | 1010110 | 10100 | 1110011 | 1001100 | 101101 |
Color Harmonies of #2ACC1C
Complementary color
Monochromatic Colors of #2ACC1C
Black with #2ACC1C
Text Example
Text Example
White with #2ACC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC1C; }
p { color: rgb(42,204,28); }
H1.HeaderClassName
{
color: #2ACC1C;
}
.AnyTagClassName
{
color: #2ACC1C;
}
</style>
background-color css
<style>
a { background-color: #2ACC1C; }
a { background-color: rgb(42,204,28); }
div.DivClassName
{
background-color: #2ACC1C;
}
.BgClassName
{
background-color: #2ACC1C;
}
</style>
border-color css
<style>
span { border-color: #2ACC1C; }
span { border-color: rgb(42,204,28); }
td.TdClassName
{
border-color: #2ACC1C;
}
.TagClassName
{
border-color: #2ACC1C;
}
</style>