Shades of Lime Green #2CAA32
Tints of Lime Green #2CAA32
RGB
CMYK
RGB Variations
Color information
#2CAA32 (or 0x2CAA32) is known color: Lime Green. HEX triplet: 2C, AA and 32. RGB value is (44,170,50). Sum of RGB (Red+Green+Blue) = 44+170+50=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA32 is #D355CD. Grayscale: #777777. Windows color (decimal): -13850062 or 3320364. OLE color: 3320364.
HSL color Cylindrical-coordinate representation of color #2CAA32: hue angle of 122.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA32 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 50 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.33 |
| HSL | 122.86º | 0.59% | 0.42% | - |
| HSV(B) | 122.86º | 0.74% | 0.67% | - |
| XYZ | 15.99 | 29.52 | 7.87 | - |
| YUV | 118.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 50 | 0.74 | 0 | 0.71 | 0.33 | 122.86 | 0.59 | 0.42 |
| Hex | 2C | AA | 32 | 4A | 0 | 47 | 21 | 7B | 3B | 2A |
| Octal | 54 | 252 | 62 | 112 | 0 | 107 | 41 | 173 | 73 | 52 |
| Binary | 101100 | 10101010 | 110010 | 1001010 | 0 | 1000111 | 100001 | 1111011 | 111011 | 101010 |
Color Harmonies of #2CAA32
Complementary color
Monochromatic Colors of #2CAA32
Black with #2CAA32
Text Example
Text Example
White with #2CAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA32; }
p { color: rgb(44,170,50); }
H1.HeaderClassName
{
color: #2CAA32;
}
.AnyTagClassName
{
color: #2CAA32;
}
</style>
background-color css
<style>
a { background-color: #2CAA32; }
a { background-color: rgb(44,170,50); }
div.DivClassName
{
background-color: #2CAA32;
}
.BgClassName
{
background-color: #2CAA32;
}
</style>
border-color css
<style>
span { border-color: #2CAA32; }
span { border-color: rgb(44,170,50); }
td.TdClassName
{
border-color: #2CAA32;
}
.TagClassName
{
border-color: #2CAA32;
}
</style>