Shades of Lime Green #2AC32C
Tints of Lime Green #2AC32C
RGB
CMYK
RGB Variations
Color information
#2AC32C (or 0x2AC32C) is known color: Lime Green. HEX triplet: 2A, C3 and 2C. RGB value is (42,195,44). Sum of RGB (Red+Green+Blue) = 42+195+44=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC32C is #D53CD3. Grayscale: #848484. Windows color (decimal): -13974740 or 2933546. OLE color: 2933546.
HSL color Cylindrical-coordinate representation of color #2AC32C: hue angle of 120.78º degrees, saturation: 0.65, 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 #2AC32C is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 44 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.24 |
| HSL | 120.78º | 0.65% | 0.46% | - |
| HSV(B) | 120.78º | 0.78% | 0.76% | - |
| XYZ | 20.92 | 39.7 | 8.94 | - |
| YUV | 132.04 | 78.31 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 44 | 0.78 | 0 | 0.77 | 0.24 | 120.78 | 0.65 | 0.46 |
| Hex | 2A | C3 | 2C | 4E | 0 | 4D | 18 | 79 | 41 | 2E |
| Octal | 52 | 303 | 54 | 116 | 0 | 115 | 30 | 171 | 101 | 56 |
| Binary | 101010 | 11000011 | 101100 | 1001110 | 0 | 1001101 | 11000 | 1111001 | 1000001 | 101110 |
Color Harmonies of #2AC32C
Complementary color
Monochromatic Colors of #2AC32C
Black with #2AC32C
Text Example
Text Example
White with #2AC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC32C; }
p { color: rgb(42,195,44); }
H1.HeaderClassName
{
color: #2AC32C;
}
.AnyTagClassName
{
color: #2AC32C;
}
</style>
background-color css
<style>
a { background-color: #2AC32C; }
a { background-color: rgb(42,195,44); }
div.DivClassName
{
background-color: #2AC32C;
}
.BgClassName
{
background-color: #2AC32C;
}
</style>
border-color css
<style>
span { border-color: #2AC32C; }
span { border-color: rgb(42,195,44); }
td.TdClassName
{
border-color: #2AC32C;
}
.TagClassName
{
border-color: #2AC32C;
}
</style>