Shades of Lime Green #37AA34
Tints of Lime Green #37AA34
RGB
CMYK
RGB Variations
Color information
#37AA34 (or 0x37AA34) is known color: Lime Green. HEX triplet: 37, AA and 34. RGB value is (55,170,52). Sum of RGB (Red+Green+Blue) = 55+170+52=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AA34 is #C855CB. Grayscale: #7A7A7A. Windows color (decimal): -13129164 or 3451447. OLE color: 3451447.
HSL color Cylindrical-coordinate representation of color #37AA34: hue angle of 118.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37AA34 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 170 | 52 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.33 |
| HSL | 118.47º | 0.53% | 0.44% | - |
| HSV(B) | 118.47º | 0.69% | 0.67% | - |
| XYZ | 16.57 | 29.81 | 8.13 | - |
| YUV | 122.16 | 88.4 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 170 | 52 | 0.68 | 0 | 0.69 | 0.33 | 118.47 | 0.53 | 0.44 |
| Hex | 37 | AA | 34 | 44 | 0 | 45 | 21 | 76 | 35 | 2C |
| Octal | 67 | 252 | 64 | 104 | 0 | 105 | 41 | 166 | 65 | 54 |
| Binary | 110111 | 10101010 | 110100 | 1000100 | 0 | 1000101 | 100001 | 1110110 | 110101 | 101100 |
Color Harmonies of #37AA34
Complementary color
Monochromatic Colors of #37AA34
Black with #37AA34
Text Example
Text Example
White with #37AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AA34; }
p { color: rgb(55,170,52); }
H1.HeaderClassName
{
color: #37AA34;
}
.AnyTagClassName
{
color: #37AA34;
}
</style>
background-color css
<style>
a { background-color: #37AA34; }
a { background-color: rgb(55,170,52); }
div.DivClassName
{
background-color: #37AA34;
}
.BgClassName
{
background-color: #37AA34;
}
</style>
border-color css
<style>
span { border-color: #37AA34; }
span { border-color: rgb(55,170,52); }
td.TdClassName
{
border-color: #37AA34;
}
.TagClassName
{
border-color: #37AA34;
}
</style>