Shades of Lime Green #37C038
Tints of Lime Green #37C038
RGB
CMYK
RGB Variations
Color information
#37C038 (or 0x37C038) is known color: Lime Green. HEX triplet: 37, C0 and 38. RGB value is (55,192,56). Sum of RGB (Red+Green+Blue) = 55+192+56=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #37C038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C038 is #C83FC7. Grayscale: #878787. Windows color (decimal): -13123528 or 3719223. OLE color: 3719223.
HSL color Cylindrical-coordinate representation of color #37C038: hue angle of 120.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37C038 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 192 | 56 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.25 |
| HSL | 120.44º | 0.55% | 0.48% | - |
| HSV(B) | 120.44º | 0.71% | 0.75% | - |
| XYZ | 21.14 | 38.8 | 10.12 | - |
| YUV | 135.53 | 83.11 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 56 | 0.71 | 0 | 0.71 | 0.25 | 120.44 | 0.55 | 0.48 |
| Hex | 37 | C0 | 38 | 47 | 0 | 47 | 19 | 78 | 37 | 30 |
| Octal | 67 | 300 | 70 | 107 | 0 | 107 | 31 | 170 | 67 | 60 |
| Binary | 110111 | 11000000 | 111000 | 1000111 | 0 | 1000111 | 11001 | 1111000 | 110111 | 110000 |
Color Harmonies of #37C038
Complementary color
Monochromatic Colors of #37C038
Black with #37C038
Text Example
Text Example
White with #37C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C038; }
p { color: rgb(55,192,56); }
H1.HeaderClassName
{
color: #37C038;
}
.AnyTagClassName
{
color: #37C038;
}
</style>
background-color css
<style>
a { background-color: #37C038; }
a { background-color: rgb(55,192,56); }
div.DivClassName
{
background-color: #37C038;
}
.BgClassName
{
background-color: #37C038;
}
</style>
border-color css
<style>
span { border-color: #37C038; }
span { border-color: rgb(55,192,56); }
td.TdClassName
{
border-color: #37C038;
}
.TagClassName
{
border-color: #37C038;
}
</style>