Shades of Lime Green #2AC143
Tints of Lime Green #2AC143
RGB
CMYK
RGB Variations
Color information
#2AC143 (or 0x2AC143) is known color: Lime Green. HEX triplet: 2A, C1 and 43. RGB value is (42,193,67). Sum of RGB (Red+Green+Blue) = 42+193+67=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC143 is #D53EBC. Grayscale: #858585. Windows color (decimal): -13975229 or 4440362. OLE color: 4440362.
HSL color Cylindrical-coordinate representation of color #2AC143: hue angle of 129.93º 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 #2AC143 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 67 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.24 |
| HSL | 129.93º | 0.64% | 0.46% | - |
| HSV(B) | 129.93º | 0.78% | 0.76% | - |
| XYZ | 21.04 | 39.04 | 11.74 | - |
| YUV | 133.49 | 90.47 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 67 | 0.78 | 0 | 0.65 | 0.24 | 129.93 | 0.64 | 0.46 |
| Hex | 2A | C1 | 43 | 4E | 0 | 41 | 18 | 82 | 40 | 2E |
| Octal | 52 | 301 | 103 | 116 | 0 | 101 | 30 | 202 | 100 | 56 |
| Binary | 101010 | 11000001 | 1000011 | 1001110 | 0 | 1000001 | 11000 | 10000010 | 1000000 | 101110 |
Color Harmonies of #2AC143
Complementary color
Monochromatic Colors of #2AC143
Black with #2AC143
Text Example
Text Example
White with #2AC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC143; }
p { color: rgb(42,193,67); }
H1.HeaderClassName
{
color: #2AC143;
}
.AnyTagClassName
{
color: #2AC143;
}
</style>
background-color css
<style>
a { background-color: #2AC143; }
a { background-color: rgb(42,193,67); }
div.DivClassName
{
background-color: #2AC143;
}
.BgClassName
{
background-color: #2AC143;
}
</style>
border-color css
<style>
span { border-color: #2AC143; }
span { border-color: rgb(42,193,67); }
td.TdClassName
{
border-color: #2AC143;
}
.TagClassName
{
border-color: #2AC143;
}
</style>