Shades of Lime Green #2AC141
Tints of Lime Green #2AC141
RGB
CMYK
RGB Variations
Color information
#2AC141 (or 0x2AC141) is known color: Lime Green. HEX triplet: 2A, C1 and 41. RGB value is (42,193,65). Sum of RGB (Red+Green+Blue) = 42+193+65=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC141 is #D53EBE. Grayscale: #858585. Windows color (decimal): -13975231 or 4309290. OLE color: 4309290.
HSL color Cylindrical-coordinate representation of color #2AC141: hue angle of 129.14º 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 #2AC141 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 65 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.24 |
| HSL | 129.14º | 0.64% | 0.46% | - |
| HSV(B) | 129.14º | 0.78% | 0.76% | - |
| XYZ | 20.98 | 39.01 | 11.43 | - |
| YUV | 133.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 65 | 0.78 | 0 | 0.66 | 0.24 | 129.14 | 0.64 | 0.46 |
| Hex | 2A | C1 | 41 | 4E | 0 | 42 | 18 | 81 | 40 | 2E |
| Octal | 52 | 301 | 101 | 116 | 0 | 102 | 30 | 201 | 100 | 56 |
| Binary | 101010 | 11000001 | 1000001 | 1001110 | 0 | 1000010 | 11000 | 10000001 | 1000000 | 101110 |
Color Harmonies of #2AC141
Complementary color
Monochromatic Colors of #2AC141
Black with #2AC141
Text Example
Text Example
White with #2AC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC141; }
p { color: rgb(42,193,65); }
H1.HeaderClassName
{
color: #2AC141;
}
.AnyTagClassName
{
color: #2AC141;
}
</style>
background-color css
<style>
a { background-color: #2AC141; }
a { background-color: rgb(42,193,65); }
div.DivClassName
{
background-color: #2AC141;
}
.BgClassName
{
background-color: #2AC141;
}
</style>
border-color css
<style>
span { border-color: #2AC141; }
span { border-color: rgb(42,193,65); }
td.TdClassName
{
border-color: #2AC141;
}
.TagClassName
{
border-color: #2AC141;
}
</style>