Shades of Lime Green #37C44B
Tints of Lime Green #37C44B
RGB
CMYK
RGB Variations
Color information
#37C44B (or 0x37C44B) is known color: Lime Green. HEX triplet: 37, C4 and 4B. RGB value is (55,196,75). Sum of RGB (Red+Green+Blue) = 55+196+75=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #37C44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C44B is #C83BB4. Grayscale: #8C8C8C. Windows color (decimal): -13122485 or 4965431. OLE color: 4965431.
HSL color Cylindrical-coordinate representation of color #37C44B: hue angle of 128.51º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C44B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 75 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.23 |
| HSL | 128.51º | 0.56% | 0.49% | - |
| HSV(B) | 128.51º | 0.72% | 0.77% | - |
| XYZ | 22.59 | 40.8 | 13.34 | - |
| YUV | 140.05 | 91.29 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 75 | 0.72 | 0 | 0.62 | 0.23 | 128.51 | 0.56 | 0.49 |
| Hex | 37 | C4 | 4B | 48 | 0 | 3E | 17 | 81 | 38 | 31 |
| Octal | 67 | 304 | 113 | 110 | 0 | 76 | 27 | 201 | 70 | 61 |
| Binary | 110111 | 11000100 | 1001011 | 1001000 | 0 | 111110 | 10111 | 10000001 | 111000 | 110001 |
Color Harmonies of #37C44B
Complementary color
Monochromatic Colors of #37C44B
Black with #37C44B
Text Example
Text Example
White with #37C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C44B; }
p { color: rgb(55,196,75); }
H1.HeaderClassName
{
color: #37C44B;
}
.AnyTagClassName
{
color: #37C44B;
}
</style>
background-color css
<style>
a { background-color: #37C44B; }
a { background-color: rgb(55,196,75); }
div.DivClassName
{
background-color: #37C44B;
}
.BgClassName
{
background-color: #37C44B;
}
</style>
border-color css
<style>
span { border-color: #37C44B; }
span { border-color: rgb(55,196,75); }
td.TdClassName
{
border-color: #37C44B;
}
.TagClassName
{
border-color: #37C44B;
}
</style>