Shades of Lime Green #2AC139
Tints of Lime Green #2AC139
RGB
CMYK
RGB Variations
Color information
#2AC139 (or 0x2AC139) is known color: Lime Green. HEX triplet: 2A, C1 and 39. RGB value is (42,193,57). Sum of RGB (Red+Green+Blue) = 42+193+57=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC139 is #D53EC6. Grayscale: #848484. Windows color (decimal): -13975239 or 3785002. OLE color: 3785002.
HSL color Cylindrical-coordinate representation of color #2AC139: hue angle of 125.96º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC139 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 57 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.24 |
| HSL | 125.96º | 0.64% | 0.46% | - |
| HSV(B) | 125.96º | 0.78% | 0.76% | - |
| XYZ | 20.76 | 38.93 | 10.29 | - |
| YUV | 132.35 | 85.47 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 57 | 0.78 | 0 | 0.70 | 0.24 | 125.96 | 0.64 | 0.46 |
| Hex | 2A | C1 | 39 | 4E | 0 | 46 | 18 | 7E | 40 | 2E |
| Octal | 52 | 301 | 71 | 116 | 0 | 106 | 30 | 176 | 100 | 56 |
| Binary | 101010 | 11000001 | 111001 | 1001110 | 0 | 1000110 | 11000 | 1111110 | 1000000 | 101110 |
Color Harmonies of #2AC139
Complementary color
Monochromatic Colors of #2AC139
Black with #2AC139
Text Example
Text Example
White with #2AC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC139; }
p { color: rgb(42,193,57); }
H1.HeaderClassName
{
color: #2AC139;
}
.AnyTagClassName
{
color: #2AC139;
}
</style>
background-color css
<style>
a { background-color: #2AC139; }
a { background-color: rgb(42,193,57); }
div.DivClassName
{
background-color: #2AC139;
}
.BgClassName
{
background-color: #2AC139;
}
</style>
border-color css
<style>
span { border-color: #2AC139; }
span { border-color: rgb(42,193,57); }
td.TdClassName
{
border-color: #2AC139;
}
.TagClassName
{
border-color: #2AC139;
}
</style>