Shades of Lime Green #37C82B
Tints of Lime Green #37C82B
RGB
CMYK
RGB Variations
Color information
#37C82B (or 0x37C82B) is known color: Lime Green. HEX triplet: 37, C8 and 2B. RGB value is (55,200,43). Sum of RGB (Red+Green+Blue) = 55+200+43=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #37C82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C82B is #C837D4. Grayscale: #8B8B8B. Windows color (decimal): -13121493 or 2869303. OLE color: 2869303.
HSL color Cylindrical-coordinate representation of color #37C82B: hue angle of 115.41º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37C82B is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 200 | 43 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.22 |
| HSL | 115.41º | 0.65% | 0.48% | - |
| HSV(B) | 115.41º | 0.79% | 0.78% | - |
| XYZ | 22.67 | 42.3 | 9.25 | - |
| YUV | 138.75 | 73.96 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 200 | 43 | 0.72 | 0 | 0.78 | 0.22 | 115.41 | 0.65 | 0.48 |
| Hex | 37 | C8 | 2B | 48 | 0 | 4E | 16 | 73 | 41 | 30 |
| Octal | 67 | 310 | 53 | 110 | 0 | 116 | 26 | 163 | 101 | 60 |
| Binary | 110111 | 11001000 | 101011 | 1001000 | 0 | 1001110 | 10110 | 1110011 | 1000001 | 110000 |
Color Harmonies of #37C82B
Complementary color
Monochromatic Colors of #37C82B
Black with #37C82B
Text Example
Text Example
White with #37C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C82B; }
p { color: rgb(55,200,43); }
H1.HeaderClassName
{
color: #37C82B;
}
.AnyTagClassName
{
color: #37C82B;
}
</style>
background-color css
<style>
a { background-color: #37C82B; }
a { background-color: rgb(55,200,43); }
div.DivClassName
{
background-color: #37C82B;
}
.BgClassName
{
background-color: #37C82B;
}
</style>
border-color css
<style>
span { border-color: #37C82B; }
span { border-color: rgb(55,200,43); }
td.TdClassName
{
border-color: #37C82B;
}
.TagClassName
{
border-color: #37C82B;
}
</style>