Shades of Lime Green #2AC81E
Tints of Lime Green #2AC81E
RGB
CMYK
RGB Variations
Color information
#2AC81E (or 0x2AC81E) is known color: Lime Green. HEX triplet: 2A, C8 and 1E. RGB value is (42,200,30). Sum of RGB (Red+Green+Blue) = 42+200+30=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC81E is #D537E1. Grayscale: #858585. Windows color (decimal): -13973474 or 2017322. OLE color: 2017322.
HSL color Cylindrical-coordinate representation of color #2AC81E: hue angle of 115.76º 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 #2AC81E is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 30 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.22 |
| HSL | 115.76º | 0.74% | 0.45% | - |
| HSV(B) | 115.76º | 0.85% | 0.78% | - |
| XYZ | 21.84 | 41.89 | 8.16 | - |
| YUV | 133.38 | 69.65 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 30 | 0.79 | 0 | 0.85 | 0.22 | 115.76 | 0.74 | 0.45 |
| Hex | 2A | C8 | 1E | 4F | 0 | 55 | 16 | 74 | 4A | 2D |
| Octal | 52 | 310 | 36 | 117 | 0 | 125 | 26 | 164 | 112 | 55 |
| Binary | 101010 | 11001000 | 11110 | 1001111 | 0 | 1010101 | 10110 | 1110100 | 1001010 | 101101 |
Color Harmonies of #2AC81E
Complementary color
Monochromatic Colors of #2AC81E
Black with #2AC81E
Text Example
Text Example
White with #2AC81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC81E; }
p { color: rgb(42,200,30); }
H1.HeaderClassName
{
color: #2AC81E;
}
.AnyTagClassName
{
color: #2AC81E;
}
</style>
background-color css
<style>
a { background-color: #2AC81E; }
a { background-color: rgb(42,200,30); }
div.DivClassName
{
background-color: #2AC81E;
}
.BgClassName
{
background-color: #2AC81E;
}
</style>
border-color css
<style>
span { border-color: #2AC81E; }
span { border-color: rgb(42,200,30); }
td.TdClassName
{
border-color: #2AC81E;
}
.TagClassName
{
border-color: #2AC81E;
}
</style>