Shades of Lime Green #37AA32
Tints of Lime Green #37AA32
RGB
CMYK
RGB Variations
Color information
#37AA32 (or 0x37AA32) is known color: Lime Green. HEX triplet: 37, AA and 32. RGB value is (55,170,50). Sum of RGB (Red+Green+Blue) = 55+170+50=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AA32 is #C855CD. Grayscale: #7A7A7A. Windows color (decimal): -13129166 or 3320375. OLE color: 3320375.
HSL color Cylindrical-coordinate representation of color #37AA32: hue angle of 117.5º 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 #37AA32 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 170 | 50 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.33 |
| HSL | 117.5º | 0.55% | 0.43% | - |
| HSV(B) | 117.5º | 0.71% | 0.67% | - |
| XYZ | 16.53 | 29.79 | 7.9 | - |
| YUV | 121.94 | 87.4 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 170 | 50 | 0.68 | 0 | 0.71 | 0.33 | 117.5 | 0.55 | 0.43 |
| Hex | 37 | AA | 32 | 44 | 0 | 47 | 21 | 76 | 37 | 2B |
| Octal | 67 | 252 | 62 | 104 | 0 | 107 | 41 | 166 | 67 | 53 |
| Binary | 110111 | 10101010 | 110010 | 1000100 | 0 | 1000111 | 100001 | 1110110 | 110111 | 101011 |
Color Harmonies of #37AA32
Complementary color
Monochromatic Colors of #37AA32
Black with #37AA32
Text Example
Text Example
White with #37AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AA32; }
p { color: rgb(55,170,50); }
H1.HeaderClassName
{
color: #37AA32;
}
.AnyTagClassName
{
color: #37AA32;
}
</style>
background-color css
<style>
a { background-color: #37AA32; }
a { background-color: rgb(55,170,50); }
div.DivClassName
{
background-color: #37AA32;
}
.BgClassName
{
background-color: #37AA32;
}
</style>
border-color css
<style>
span { border-color: #37AA32; }
span { border-color: rgb(55,170,50); }
td.TdClassName
{
border-color: #37AA32;
}
.TagClassName
{
border-color: #37AA32;
}
</style>