Shades of Lime Green #2ACC1E
Tints of Lime Green #2ACC1E
RGB
CMYK
RGB Variations
Color information
#2ACC1E (or 0x2ACC1E) is known color: Lime Green. HEX triplet: 2A, CC and 1E. RGB value is (42,204,30). Sum of RGB (Red+Green+Blue) = 42+204+30=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC1E is #D533E1. Grayscale: #888888. Windows color (decimal): -13972450 or 2018346. OLE color: 2018346.
HSL color Cylindrical-coordinate representation of color #2ACC1E: hue angle of 115.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ACC1E is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 30 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.2 |
| HSL | 115.86º | 0.74% | 0.46% | - |
| HSV(B) | 115.86º | 0.85% | 0.8% | - |
| XYZ | 22.78 | 43.77 | 8.48 | - |
| YUV | 135.73 | 68.33 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 30 | 0.79 | 0 | 0.85 | 0.2 | 115.86 | 0.74 | 0.46 |
| Hex | 2A | CC | 1E | 4F | 0 | 55 | 14 | 74 | 4A | 2E |
| Octal | 52 | 314 | 36 | 117 | 0 | 125 | 24 | 164 | 112 | 56 |
| Binary | 101010 | 11001100 | 11110 | 1001111 | 0 | 1010101 | 10100 | 1110100 | 1001010 | 101110 |
Color Harmonies of #2ACC1E
Complementary color
Monochromatic Colors of #2ACC1E
Black with #2ACC1E
Text Example
Text Example
White with #2ACC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC1E; }
p { color: rgb(42,204,30); }
H1.HeaderClassName
{
color: #2ACC1E;
}
.AnyTagClassName
{
color: #2ACC1E;
}
</style>
background-color css
<style>
a { background-color: #2ACC1E; }
a { background-color: rgb(42,204,30); }
div.DivClassName
{
background-color: #2ACC1E;
}
.BgClassName
{
background-color: #2ACC1E;
}
</style>
border-color css
<style>
span { border-color: #2ACC1E; }
span { border-color: rgb(42,204,30); }
td.TdClassName
{
border-color: #2ACC1E;
}
.TagClassName
{
border-color: #2ACC1E;
}
</style>