Shades of Lime Green #37C230
Tints of Lime Green #37C230
RGB
CMYK
RGB Variations
Color information
#37C230 (or 0x37C230) is known color: Lime Green. HEX triplet: 37, C2 and 30. RGB value is (55,194,48). Sum of RGB (Red+Green+Blue) = 55+194+48=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #37C230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C230 is #C83DCF. Grayscale: #888888. Windows color (decimal): -13123024 or 3195447. OLE color: 3195447.
HSL color Cylindrical-coordinate representation of color #37C230: hue angle of 117.12º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37C230 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 194 | 48 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.24 |
| HSL | 117.12º | 0.6% | 0.47% | - |
| HSV(B) | 117.12º | 0.75% | 0.76% | - |
| XYZ | 21.4 | 39.61 | 9.31 | - |
| YUV | 135.8 | 78.45 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 194 | 48 | 0.72 | 0 | 0.75 | 0.24 | 117.12 | 0.6 | 0.47 |
| Hex | 37 | C2 | 30 | 48 | 0 | 4B | 18 | 75 | 3C | 2F |
| Octal | 67 | 302 | 60 | 110 | 0 | 113 | 30 | 165 | 74 | 57 |
| Binary | 110111 | 11000010 | 110000 | 1001000 | 0 | 1001011 | 11000 | 1110101 | 111100 | 101111 |
Color Harmonies of #37C230
Complementary color
Monochromatic Colors of #37C230
Black with #37C230
Text Example
Text Example
White with #37C230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C230; }
p { color: rgb(55,194,48); }
H1.HeaderClassName
{
color: #37C230;
}
.AnyTagClassName
{
color: #37C230;
}
</style>
background-color css
<style>
a { background-color: #37C230; }
a { background-color: rgb(55,194,48); }
div.DivClassName
{
background-color: #37C230;
}
.BgClassName
{
background-color: #37C230;
}
</style>
border-color css
<style>
span { border-color: #37C230; }
span { border-color: rgb(55,194,48); }
td.TdClassName
{
border-color: #37C230;
}
.TagClassName
{
border-color: #37C230;
}
</style>