Shades of Lime Green #2AC02E
Tints of Lime Green #2AC02E
RGB
CMYK
RGB Variations
Color information
#2AC02E (or 0x2AC02E) is known color: Lime Green. HEX triplet: 2A, C0 and 2E. RGB value is (42,192,46). Sum of RGB (Red+Green+Blue) = 42+192+46=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC02E is #D53FD1. Grayscale: #828282. Windows color (decimal): -13975506 or 3063850. OLE color: 3063850.
HSL color Cylindrical-coordinate representation of color #2AC02E: hue angle of 121.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC02E is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 46 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.25 |
| HSL | 121.6º | 0.64% | 0.46% | - |
| HSV(B) | 121.6º | 0.78% | 0.75% | - |
| XYZ | 20.3 | 38.39 | 8.92 | - |
| YUV | 130.51 | 80.31 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 46 | 0.78 | 0 | 0.76 | 0.25 | 121.6 | 0.64 | 0.46 |
| Hex | 2A | C0 | 2E | 4E | 0 | 4C | 19 | 7A | 40 | 2E |
| Octal | 52 | 300 | 56 | 116 | 0 | 114 | 31 | 172 | 100 | 56 |
| Binary | 101010 | 11000000 | 101110 | 1001110 | 0 | 1001100 | 11001 | 1111010 | 1000000 | 101110 |
Color Harmonies of #2AC02E
Complementary color
Monochromatic Colors of #2AC02E
Black with #2AC02E
Text Example
Text Example
White with #2AC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC02E; }
p { color: rgb(42,192,46); }
H1.HeaderClassName
{
color: #2AC02E;
}
.AnyTagClassName
{
color: #2AC02E;
}
</style>
background-color css
<style>
a { background-color: #2AC02E; }
a { background-color: rgb(42,192,46); }
div.DivClassName
{
background-color: #2AC02E;
}
.BgClassName
{
background-color: #2AC02E;
}
</style>
border-color css
<style>
span { border-color: #2AC02E; }
span { border-color: rgb(42,192,46); }
td.TdClassName
{
border-color: #2AC02E;
}
.TagClassName
{
border-color: #2AC02E;
}
</style>