Shades of Lime Green #37B93D
Tints of Lime Green #37B93D
RGB
CMYK
RGB Variations
Color information
#37B93D (or 0x37B93D) is known color: Lime Green. HEX triplet: 37, B9 and 3D. RGB value is (55,185,61). Sum of RGB (Red+Green+Blue) = 55+185+61=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #37B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B93D is #C846C2. Grayscale: #848484. Windows color (decimal): -13125315 or 4045111. OLE color: 4045111.
HSL color Cylindrical-coordinate representation of color #37B93D: hue angle of 122.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37B93D is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 185 | 61 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.27 |
| HSL | 122.77º | 0.54% | 0.47% | - |
| HSV(B) | 122.77º | 0.7% | 0.73% | - |
| XYZ | 19.77 | 35.85 | 10.29 | - |
| YUV | 131.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 185 | 61 | 0.70 | 0 | 0.67 | 0.27 | 122.77 | 0.54 | 0.47 |
| Hex | 37 | B9 | 3D | 46 | 0 | 43 | 1B | 7B | 36 | 2F |
| Octal | 67 | 271 | 75 | 106 | 0 | 103 | 33 | 173 | 66 | 57 |
| Binary | 110111 | 10111001 | 111101 | 1000110 | 0 | 1000011 | 11011 | 1111011 | 110110 | 101111 |
Color Harmonies of #37B93D
Complementary color
Monochromatic Colors of #37B93D
Black with #37B93D
Text Example
Text Example
White with #37B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B93D; }
p { color: rgb(55,185,61); }
H1.HeaderClassName
{
color: #37B93D;
}
.AnyTagClassName
{
color: #37B93D;
}
</style>
background-color css
<style>
a { background-color: #37B93D; }
a { background-color: rgb(55,185,61); }
div.DivClassName
{
background-color: #37B93D;
}
.BgClassName
{
background-color: #37B93D;
}
</style>
border-color css
<style>
span { border-color: #37B93D; }
span { border-color: rgb(55,185,61); }
td.TdClassName
{
border-color: #37B93D;
}
.TagClassName
{
border-color: #37B93D;
}
</style>