Shades of Lime Green #2AAC32
Tints of Lime Green #2AAC32
RGB
CMYK
RGB Variations
Color information
#2AAC32 (or 0x2AAC32) is known color: Lime Green. HEX triplet: 2A, AC and 32. RGB value is (42,172,50). Sum of RGB (Red+Green+Blue) = 42+172+50=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC32 is #D553CD. Grayscale: #777777. Windows color (decimal): -13980622 or 3320874. OLE color: 3320874.
HSL color Cylindrical-coordinate representation of color #2AAC32: hue angle of 123.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC32 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 50 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.33 |
| HSL | 123.69º | 0.61% | 0.42% | - |
| HSV(B) | 123.69º | 0.76% | 0.67% | - |
| XYZ | 16.28 | 30.23 | 7.99 | - |
| YUV | 119.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 50 | 0.76 | 0 | 0.71 | 0.33 | 123.69 | 0.61 | 0.42 |
| Hex | 2A | AC | 32 | 4C | 0 | 47 | 21 | 7C | 3D | 2A |
| Octal | 52 | 254 | 62 | 114 | 0 | 107 | 41 | 174 | 75 | 52 |
| Binary | 101010 | 10101100 | 110010 | 1001100 | 0 | 1000111 | 100001 | 1111100 | 111101 | 101010 |
Color Harmonies of #2AAC32
Complementary color
Monochromatic Colors of #2AAC32
Black with #2AAC32
Text Example
Text Example
White with #2AAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC32; }
p { color: rgb(42,172,50); }
H1.HeaderClassName
{
color: #2AAC32;
}
.AnyTagClassName
{
color: #2AAC32;
}
</style>
background-color css
<style>
a { background-color: #2AAC32; }
a { background-color: rgb(42,172,50); }
div.DivClassName
{
background-color: #2AAC32;
}
.BgClassName
{
background-color: #2AAC32;
}
</style>
border-color css
<style>
span { border-color: #2AAC32; }
span { border-color: rgb(42,172,50); }
td.TdClassName
{
border-color: #2AAC32;
}
.TagClassName
{
border-color: #2AAC32;
}
</style>