Shades of Lime Green #2AC61D
Tints of Lime Green #2AC61D
RGB
CMYK
RGB Variations
Color information
#2AC61D (or 0x2AC61D) is known color: Lime Green. HEX triplet: 2A, C6 and 1D. RGB value is (42,198,29). Sum of RGB (Red+Green+Blue) = 42+198+29=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 198 (77.73% from 255 or 73.61% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC61D is #D539E2. Grayscale: #848484. Windows color (decimal): -13973987 or 1951274. OLE color: 1951274.
HSL color Cylindrical-coordinate representation of color #2AC61D: hue angle of 115.38º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AC61D is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 198 | 29 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.22 |
| HSL | 115.38º | 0.74% | 0.45% | - |
| HSV(B) | 115.38º | 0.85% | 0.78% | - |
| XYZ | 21.37 | 40.97 | 7.94 | - |
| YUV | 132.09 | 69.82 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 198 | 29 | 0.79 | 0 | 0.85 | 0.22 | 115.38 | 0.74 | 0.45 |
| Hex | 2A | C6 | 1D | 4F | 0 | 55 | 16 | 73 | 4A | 2D |
| Octal | 52 | 306 | 35 | 117 | 0 | 125 | 26 | 163 | 112 | 55 |
| Binary | 101010 | 11000110 | 11101 | 1001111 | 0 | 1010101 | 10110 | 1110011 | 1001010 | 101101 |
Color Harmonies of #2AC61D
Complementary color
Monochromatic Colors of #2AC61D
Black with #2AC61D
Text Example
Text Example
White with #2AC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC61D; }
p { color: rgb(42,198,29); }
H1.HeaderClassName
{
color: #2AC61D;
}
.AnyTagClassName
{
color: #2AC61D;
}
</style>
background-color css
<style>
a { background-color: #2AC61D; }
a { background-color: rgb(42,198,29); }
div.DivClassName
{
background-color: #2AC61D;
}
.BgClassName
{
background-color: #2AC61D;
}
</style>
border-color css
<style>
span { border-color: #2AC61D; }
span { border-color: rgb(42,198,29); }
td.TdClassName
{
border-color: #2AC61D;
}
.TagClassName
{
border-color: #2AC61D;
}
</style>