Shades of Lime Green #2AC145
Tints of Lime Green #2AC145
RGB
CMYK
RGB Variations
Color information
#2AC145 (or 0x2AC145) is known color: Lime Green. HEX triplet: 2A, C1 and 45. RGB value is (42,193,69). Sum of RGB (Red+Green+Blue) = 42+193+69=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC145 is #D53EBA. Grayscale: #868686. Windows color (decimal): -13975227 or 4571434. OLE color: 4571434.
HSL color Cylindrical-coordinate representation of color #2AC145: hue angle of 130.73º 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 #2AC145 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 69 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.24 |
| HSL | 130.73º | 0.64% | 0.46% | - |
| HSV(B) | 130.73º | 0.78% | 0.76% | - |
| XYZ | 21.1 | 39.06 | 12.06 | - |
| YUV | 133.72 | 91.47 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 69 | 0.78 | 0 | 0.64 | 0.24 | 130.73 | 0.64 | 0.46 |
| Hex | 2A | C1 | 45 | 4E | 0 | 40 | 18 | 83 | 40 | 2E |
| Octal | 52 | 301 | 105 | 116 | 0 | 100 | 30 | 203 | 100 | 56 |
| Binary | 101010 | 11000001 | 1000101 | 1001110 | 0 | 1000000 | 11000 | 10000011 | 1000000 | 101110 |
Color Harmonies of #2AC145
Complementary color
Monochromatic Colors of #2AC145
Black with #2AC145
Text Example
Text Example
White with #2AC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC145; }
p { color: rgb(42,193,69); }
H1.HeaderClassName
{
color: #2AC145;
}
.AnyTagClassName
{
color: #2AC145;
}
</style>
background-color css
<style>
a { background-color: #2AC145; }
a { background-color: rgb(42,193,69); }
div.DivClassName
{
background-color: #2AC145;
}
.BgClassName
{
background-color: #2AC145;
}
</style>
border-color css
<style>
span { border-color: #2AC145; }
span { border-color: rgb(42,193,69); }
td.TdClassName
{
border-color: #2AC145;
}
.TagClassName
{
border-color: #2AC145;
}
</style>