Shades of Lime Green #3CAA32
Tints of Lime Green #3CAA32
RGB
CMYK
RGB Variations
Color information
#3CAA32 (or 0x3CAA32) is known color: Lime Green. HEX triplet: 3C, AA and 32. RGB value is (60,170,50). Sum of RGB (Red+Green+Blue) = 60+170+50=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA32 is #C355CD. Grayscale: #7B7B7B. Windows color (decimal): -12801486 or 3320380. OLE color: 3320380.
HSL color Cylindrical-coordinate representation of color #3CAA32: hue angle of 115º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CAA32 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 50 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.33 |
| HSL | 115º | 0.55% | 0.43% | - |
| HSV(B) | 115º | 0.71% | 0.67% | - |
| XYZ | 16.81 | 29.94 | 7.91 | - |
| YUV | 123.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 50 | 0.65 | 0 | 0.71 | 0.33 | 115 | 0.55 | 0.43 |
| Hex | 3C | AA | 32 | 41 | 0 | 47 | 21 | 73 | 37 | 2B |
| Octal | 74 | 252 | 62 | 101 | 0 | 107 | 41 | 163 | 67 | 53 |
| Binary | 111100 | 10101010 | 110010 | 1000001 | 0 | 1000111 | 100001 | 1110011 | 110111 | 101011 |
Color Harmonies of #3CAA32
Complementary color
Monochromatic Colors of #3CAA32
Black with #3CAA32
Text Example
Text Example
White with #3CAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA32; }
p { color: rgb(60,170,50); }
H1.HeaderClassName
{
color: #3CAA32;
}
.AnyTagClassName
{
color: #3CAA32;
}
</style>
background-color css
<style>
a { background-color: #3CAA32; }
a { background-color: rgb(60,170,50); }
div.DivClassName
{
background-color: #3CAA32;
}
.BgClassName
{
background-color: #3CAA32;
}
</style>
border-color css
<style>
span { border-color: #3CAA32; }
span { border-color: rgb(60,170,50); }
td.TdClassName
{
border-color: #3CAA32;
}
.TagClassName
{
border-color: #3CAA32;
}
</style>