Shades of Lime Green #2AC121
Tints of Lime Green #2AC121
RGB
CMYK
RGB Variations
Color information
#2AC121 (or 0x2AC121) is known color: Lime Green. HEX triplet: 2A, C1 and 21. RGB value is (42,193,33). Sum of RGB (Red+Green+Blue) = 42+193+33=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC121 is #D53EDE. Grayscale: #828282. Windows color (decimal): -13975263 or 2212138. OLE color: 2212138.
HSL color Cylindrical-coordinate representation of color #2AC121: hue angle of 116.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AC121 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 33 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.24 |
| HSL | 116.63º | 0.71% | 0.44% | - |
| HSV(B) | 116.63º | 0.83% | 0.76% | - |
| XYZ | 20.3 | 38.74 | 7.85 | - |
| YUV | 129.61 | 73.47 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 33 | 0.78 | 0 | 0.83 | 0.24 | 116.63 | 0.71 | 0.44 |
| Hex | 2A | C1 | 21 | 4E | 0 | 53 | 18 | 75 | 47 | 2C |
| Octal | 52 | 301 | 41 | 116 | 0 | 123 | 30 | 165 | 107 | 54 |
| Binary | 101010 | 11000001 | 100001 | 1001110 | 0 | 1010011 | 11000 | 1110101 | 1000111 | 101100 |
Color Harmonies of #2AC121
Complementary color
Monochromatic Colors of #2AC121
Black with #2AC121
Text Example
Text Example
White with #2AC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC121; }
p { color: rgb(42,193,33); }
H1.HeaderClassName
{
color: #2AC121;
}
.AnyTagClassName
{
color: #2AC121;
}
</style>
background-color css
<style>
a { background-color: #2AC121; }
a { background-color: rgb(42,193,33); }
div.DivClassName
{
background-color: #2AC121;
}
.BgClassName
{
background-color: #2AC121;
}
</style>
border-color css
<style>
span { border-color: #2AC121; }
span { border-color: rgb(42,193,33); }
td.TdClassName
{
border-color: #2AC121;
}
.TagClassName
{
border-color: #2AC121;
}
</style>