Shades of Lime Green #2ACC1D
Tints of Lime Green #2ACC1D
RGB
CMYK
RGB Variations
Color information
#2ACC1D (or 0x2ACC1D) is known color: Lime Green. HEX triplet: 2A, CC and 1D. RGB value is (42,204,29). Sum of RGB (Red+Green+Blue) = 42+204+29=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC1D is #D533E2. Grayscale: #888888. Windows color (decimal): -13972451 or 1952810. OLE color: 1952810.
HSL color Cylindrical-coordinate representation of color #2ACC1D: hue angle of 115.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ACC1D is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 29 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.2 |
| HSL | 115.54º | 0.75% | 0.46% | - |
| HSV(B) | 115.54º | 0.86% | 0.8% | - |
| XYZ | 22.77 | 43.77 | 8.41 | - |
| YUV | 135.61 | 67.83 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 29 | 0.79 | 0 | 0.86 | 0.2 | 115.54 | 0.75 | 0.46 |
| Hex | 2A | CC | 1D | 4F | 0 | 56 | 14 | 74 | 4B | 2E |
| Octal | 52 | 314 | 35 | 117 | 0 | 126 | 24 | 164 | 113 | 56 |
| Binary | 101010 | 11001100 | 11101 | 1001111 | 0 | 1010110 | 10100 | 1110100 | 1001011 | 101110 |
Color Harmonies of #2ACC1D
Complementary color
Monochromatic Colors of #2ACC1D
Black with #2ACC1D
Text Example
Text Example
White with #2ACC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC1D; }
p { color: rgb(42,204,29); }
H1.HeaderClassName
{
color: #2ACC1D;
}
.AnyTagClassName
{
color: #2ACC1D;
}
</style>
background-color css
<style>
a { background-color: #2ACC1D; }
a { background-color: rgb(42,204,29); }
div.DivClassName
{
background-color: #2ACC1D;
}
.BgClassName
{
background-color: #2ACC1D;
}
</style>
border-color css
<style>
span { border-color: #2ACC1D; }
span { border-color: rgb(42,204,29); }
td.TdClassName
{
border-color: #2ACC1D;
}
.TagClassName
{
border-color: #2ACC1D;
}
</style>