Shades of Lime Green #2AC61E
Tints of Lime Green #2AC61E
RGB
CMYK
RGB Variations
Color information
#2AC61E (or 0x2AC61E) is known color: Lime Green. HEX triplet: 2A, C6 and 1E. RGB value is (42,198,30). Sum of RGB (Red+Green+Blue) = 42+198+30=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC61E is #D539E1. Grayscale: #848484. Windows color (decimal): -13973986 or 2016810. OLE color: 2016810.
HSL color Cylindrical-coordinate representation of color #2AC61E: hue angle of 115.71º 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 #2AC61E is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 198 | 30 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.22 |
| HSL | 115.71º | 0.74% | 0.45% | - |
| HSV(B) | 115.71º | 0.85% | 0.78% | - |
| XYZ | 21.38 | 40.97 | 8.01 | - |
| YUV | 132.2 | 70.32 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 198 | 30 | 0.79 | 0 | 0.85 | 0.22 | 115.71 | 0.74 | 0.45 |
| Hex | 2A | C6 | 1E | 4F | 0 | 55 | 16 | 74 | 4A | 2D |
| Octal | 52 | 306 | 36 | 117 | 0 | 125 | 26 | 164 | 112 | 55 |
| Binary | 101010 | 11000110 | 11110 | 1001111 | 0 | 1010101 | 10110 | 1110100 | 1001010 | 101101 |
Color Harmonies of #2AC61E
Complementary color
Monochromatic Colors of #2AC61E
Black with #2AC61E
Text Example
Text Example
White with #2AC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC61E; }
p { color: rgb(42,198,30); }
H1.HeaderClassName
{
color: #2AC61E;
}
.AnyTagClassName
{
color: #2AC61E;
}
</style>
background-color css
<style>
a { background-color: #2AC61E; }
a { background-color: rgb(42,198,30); }
div.DivClassName
{
background-color: #2AC61E;
}
.BgClassName
{
background-color: #2AC61E;
}
</style>
border-color css
<style>
span { border-color: #2AC61E; }
span { border-color: rgb(42,198,30); }
td.TdClassName
{
border-color: #2AC61E;
}
.TagClassName
{
border-color: #2AC61E;
}
</style>