Shades of Lime Green #2AC41E
Tints of Lime Green #2AC41E
RGB
CMYK
RGB Variations
Color information
#2AC41E (or 0x2AC41E) is known color: Lime Green. HEX triplet: 2A, C4 and 1E. RGB value is (42,196,30). Sum of RGB (Red+Green+Blue) = 42+196+30=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC41E is #D53BE1. Grayscale: #838383. Windows color (decimal): -13974498 or 2016298. OLE color: 2016298.
HSL color Cylindrical-coordinate representation of color #2AC41E: hue angle of 115.66º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AC41E is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 30 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.23 |
| HSL | 115.66º | 0.73% | 0.44% | - |
| HSV(B) | 115.66º | 0.85% | 0.77% | - |
| XYZ | 20.93 | 40.07 | 7.86 | - |
| YUV | 131.03 | 70.98 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 30 | 0.79 | 0 | 0.85 | 0.23 | 115.66 | 0.73 | 0.44 |
| Hex | 2A | C4 | 1E | 4F | 0 | 55 | 17 | 74 | 49 | 2C |
| Octal | 52 | 304 | 36 | 117 | 0 | 125 | 27 | 164 | 111 | 54 |
| Binary | 101010 | 11000100 | 11110 | 1001111 | 0 | 1010101 | 10111 | 1110100 | 1001001 | 101100 |
Color Harmonies of #2AC41E
Complementary color
Monochromatic Colors of #2AC41E
Black with #2AC41E
Text Example
Text Example
White with #2AC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC41E; }
p { color: rgb(42,196,30); }
H1.HeaderClassName
{
color: #2AC41E;
}
.AnyTagClassName
{
color: #2AC41E;
}
</style>
background-color css
<style>
a { background-color: #2AC41E; }
a { background-color: rgb(42,196,30); }
div.DivClassName
{
background-color: #2AC41E;
}
.BgClassName
{
background-color: #2AC41E;
}
</style>
border-color css
<style>
span { border-color: #2AC41E; }
span { border-color: rgb(42,196,30); }
td.TdClassName
{
border-color: #2AC41E;
}
.TagClassName
{
border-color: #2AC41E;
}
</style>