Shades of Lime Green #2AC42C
Tints of Lime Green #2AC42C
RGB
CMYK
RGB Variations
Color information
#2AC42C (or 0x2AC42C) is known color: Lime Green. HEX triplet: 2A, C4 and 2C. RGB value is (42,196,44). Sum of RGB (Red+Green+Blue) = 42+196+44=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC42C is #D53BD3. Grayscale: #858585. Windows color (decimal): -13974484 or 2933802. OLE color: 2933802.
HSL color Cylindrical-coordinate representation of color #2AC42C: hue angle of 120.78º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC42C is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 44 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.23 |
| HSL | 120.78º | 0.65% | 0.47% | - |
| HSV(B) | 120.78º | 0.79% | 0.77% | - |
| XYZ | 21.15 | 40.15 | 9.02 | - |
| YUV | 132.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 44 | 0.79 | 0 | 0.78 | 0.23 | 120.78 | 0.65 | 0.47 |
| Hex | 2A | C4 | 2C | 4F | 0 | 4E | 17 | 79 | 41 | 2F |
| Octal | 52 | 304 | 54 | 117 | 0 | 116 | 27 | 171 | 101 | 57 |
| Binary | 101010 | 11000100 | 101100 | 1001111 | 0 | 1001110 | 10111 | 1111001 | 1000001 | 101111 |
Color Harmonies of #2AC42C
Complementary color
Monochromatic Colors of #2AC42C
Black with #2AC42C
Text Example
Text Example
White with #2AC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC42C; }
p { color: rgb(42,196,44); }
H1.HeaderClassName
{
color: #2AC42C;
}
.AnyTagClassName
{
color: #2AC42C;
}
</style>
background-color css
<style>
a { background-color: #2AC42C; }
a { background-color: rgb(42,196,44); }
div.DivClassName
{
background-color: #2AC42C;
}
.BgClassName
{
background-color: #2AC42C;
}
</style>
border-color css
<style>
span { border-color: #2AC42C; }
span { border-color: rgb(42,196,44); }
td.TdClassName
{
border-color: #2AC42C;
}
.TagClassName
{
border-color: #2AC42C;
}
</style>