Shades of Lime Green #37C54B
Tints of Lime Green #37C54B
RGB
CMYK
RGB Variations
Color information
#37C54B (or 0x37C54B) is known color: Lime Green. HEX triplet: 37, C5 and 4B. RGB value is (55,197,75). Sum of RGB (Red+Green+Blue) = 55+197+75=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #37C54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C54B is #C83AB4. Grayscale: #8C8C8C. Windows color (decimal): -13122229 or 4965687. OLE color: 4965687.
HSL color Cylindrical-coordinate representation of color #37C54B: hue angle of 128.45º 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 #37C54B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 197 | 75 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.23 |
| HSL | 128.45º | 0.56% | 0.49% | - |
| HSV(B) | 128.45º | 0.72% | 0.77% | - |
| XYZ | 22.81 | 41.25 | 13.42 | - |
| YUV | 140.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 197 | 75 | 0.72 | 0 | 0.62 | 0.23 | 128.45 | 0.56 | 0.49 |
| Hex | 37 | C5 | 4B | 48 | 0 | 3E | 17 | 80 | 38 | 31 |
| Octal | 67 | 305 | 113 | 110 | 0 | 76 | 27 | 200 | 70 | 61 |
| Binary | 110111 | 11000101 | 1001011 | 1001000 | 0 | 111110 | 10111 | 10000000 | 111000 | 110001 |
Color Harmonies of #37C54B
Complementary color
Monochromatic Colors of #37C54B
Black with #37C54B
Text Example
Text Example
White with #37C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C54B; }
p { color: rgb(55,197,75); }
H1.HeaderClassName
{
color: #37C54B;
}
.AnyTagClassName
{
color: #37C54B;
}
</style>
background-color css
<style>
a { background-color: #37C54B; }
a { background-color: rgb(55,197,75); }
div.DivClassName
{
background-color: #37C54B;
}
.BgClassName
{
background-color: #37C54B;
}
</style>
border-color css
<style>
span { border-color: #37C54B; }
span { border-color: rgb(55,197,75); }
td.TdClassName
{
border-color: #37C54B;
}
.TagClassName
{
border-color: #37C54B;
}
</style>