Shades of Lime Green #37AB34
Tints of Lime Green #37AB34
RGB
CMYK
RGB Variations
Color information
#37AB34 (or 0x37AB34) is known color: Lime Green. HEX triplet: 37, AB and 34. RGB value is (55,171,52). Sum of RGB (Red+Green+Blue) = 55+171+52=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AB34 is #C854CB. Grayscale: #7B7B7B. Windows color (decimal): -13128908 or 3451703. OLE color: 3451703.
HSL color Cylindrical-coordinate representation of color #37AB34: hue angle of 118.49º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37AB34 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 171 | 52 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.33 |
| HSL | 118.49º | 0.53% | 0.44% | - |
| HSV(B) | 118.49º | 0.7% | 0.67% | - |
| XYZ | 16.76 | 30.19 | 8.19 | - |
| YUV | 122.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 171 | 52 | 0.68 | 0 | 0.70 | 0.33 | 118.49 | 0.53 | 0.44 |
| Hex | 37 | AB | 34 | 44 | 0 | 46 | 21 | 76 | 35 | 2C |
| Octal | 67 | 253 | 64 | 104 | 0 | 106 | 41 | 166 | 65 | 54 |
| Binary | 110111 | 10101011 | 110100 | 1000100 | 0 | 1000110 | 100001 | 1110110 | 110101 | 101100 |
Color Harmonies of #37AB34
Complementary color
Monochromatic Colors of #37AB34
Black with #37AB34
Text Example
Text Example
White with #37AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AB34; }
p { color: rgb(55,171,52); }
H1.HeaderClassName
{
color: #37AB34;
}
.AnyTagClassName
{
color: #37AB34;
}
</style>
background-color css
<style>
a { background-color: #37AB34; }
a { background-color: rgb(55,171,52); }
div.DivClassName
{
background-color: #37AB34;
}
.BgClassName
{
background-color: #37AB34;
}
</style>
border-color css
<style>
span { border-color: #37AB34; }
span { border-color: rgb(55,171,52); }
td.TdClassName
{
border-color: #37AB34;
}
.TagClassName
{
border-color: #37AB34;
}
</style>