Shades of Lime Green #37AB2D
Tints of Lime Green #37AB2D
RGB
CMYK
RGB Variations
Color information
#37AB2D (or 0x37AB2D) is known color: Lime Green. HEX triplet: 37, AB and 2D. RGB value is (55,171,45). Sum of RGB (Red+Green+Blue) = 55+171+45=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AB2D is #C854D2. Grayscale: #7A7A7A. Windows color (decimal): -13128915 or 2992951. OLE color: 2992951.
HSL color Cylindrical-coordinate representation of color #37AB2D: hue angle of 115.24º degrees, saturation: 0.58, 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 #37AB2D is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 171 | 45 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.33 |
| HSL | 115.24º | 0.58% | 0.42% | - |
| HSV(B) | 115.24º | 0.74% | 0.67% | - |
| XYZ | 16.61 | 30.13 | 7.42 | - |
| YUV | 121.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 171 | 45 | 0.68 | 0 | 0.74 | 0.33 | 115.24 | 0.58 | 0.42 |
| Hex | 37 | AB | 2D | 44 | 0 | 4A | 21 | 73 | 3A | 2A |
| Octal | 67 | 253 | 55 | 104 | 0 | 112 | 41 | 163 | 72 | 52 |
| Binary | 110111 | 10101011 | 101101 | 1000100 | 0 | 1001010 | 100001 | 1110011 | 111010 | 101010 |
Color Harmonies of #37AB2D
Complementary color
Monochromatic Colors of #37AB2D
Black with #37AB2D
Text Example
Text Example
White with #37AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AB2D; }
p { color: rgb(55,171,45); }
H1.HeaderClassName
{
color: #37AB2D;
}
.AnyTagClassName
{
color: #37AB2D;
}
</style>
background-color css
<style>
a { background-color: #37AB2D; }
a { background-color: rgb(55,171,45); }
div.DivClassName
{
background-color: #37AB2D;
}
.BgClassName
{
background-color: #37AB2D;
}
</style>
border-color css
<style>
span { border-color: #37AB2D; }
span { border-color: rgb(55,171,45); }
td.TdClassName
{
border-color: #37AB2D;
}
.TagClassName
{
border-color: #37AB2D;
}
</style>