Shades of Lime Green #37C030
Tints of Lime Green #37C030
RGB
CMYK
RGB Variations
Color information
#37C030 (or 0x37C030) is known color: Lime Green. HEX triplet: 37, C0 and 30. RGB value is (55,192,48). Sum of RGB (Red+Green+Blue) = 55+192+48=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #37C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C030 is #C83FCF. Grayscale: #878787. Windows color (decimal): -13123536 or 3194935. OLE color: 3194935.
HSL color Cylindrical-coordinate representation of color #37C030: hue angle of 117.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37C030 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 192 | 48 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.25 |
| HSL | 117.08º | 0.6% | 0.47% | - |
| HSV(B) | 117.08º | 0.75% | 0.75% | - |
| XYZ | 20.96 | 38.72 | 9.17 | - |
| YUV | 134.62 | 79.11 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 48 | 0.71 | 0 | 0.75 | 0.25 | 117.08 | 0.6 | 0.47 |
| Hex | 37 | C0 | 30 | 47 | 0 | 4B | 19 | 75 | 3C | 2F |
| Octal | 67 | 300 | 60 | 107 | 0 | 113 | 31 | 165 | 74 | 57 |
| Binary | 110111 | 11000000 | 110000 | 1000111 | 0 | 1001011 | 11001 | 1110101 | 111100 | 101111 |
Color Harmonies of #37C030
Complementary color
Monochromatic Colors of #37C030
Black with #37C030
Text Example
Text Example
White with #37C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C030; }
p { color: rgb(55,192,48); }
H1.HeaderClassName
{
color: #37C030;
}
.AnyTagClassName
{
color: #37C030;
}
</style>
background-color css
<style>
a { background-color: #37C030; }
a { background-color: rgb(55,192,48); }
div.DivClassName
{
background-color: #37C030;
}
.BgClassName
{
background-color: #37C030;
}
</style>
border-color css
<style>
span { border-color: #37C030; }
span { border-color: rgb(55,192,48); }
td.TdClassName
{
border-color: #37C030;
}
.TagClassName
{
border-color: #37C030;
}
</style>