Shades of Lime Green #37E63C
Tints of Lime Green #37E63C
RGB
CMYK
RGB Variations
Color information
#37E63C (or 0x37E63C) is known color: Lime Green. HEX triplet: 37, E6 and 3C. RGB value is (55,230,60). Sum of RGB (Red+Green+Blue) = 55+230+60=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #37E63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37E63C is #C819C3. Grayscale: #9E9E9E. Windows color (decimal): -13113796 or 3991095. OLE color: 3991095.
HSL color Cylindrical-coordinate representation of color #37E63C: hue angle of 121.71º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E63C is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 230 | 60 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.10 |
| HSL | 121.71º | 0.78% | 0.56% | - |
| HSV(B) | 121.71º | 0.76% | 0.9% | - |
| XYZ | 30.69 | 57.73 | 13.8 | - |
| YUV | 158.3 | 72.52 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 230 | 60 | 0.76 | 0 | 0.74 | 0.10 | 121.71 | 0.78 | 0.56 |
| Hex | 37 | E6 | 3C | 4C | 0 | 4A | A | 7A | 4E | 38 |
| Octal | 67 | 346 | 74 | 114 | 0 | 112 | 12 | 172 | 116 | 70 |
| Binary | 110111 | 11100110 | 111100 | 1001100 | 0 | 1001010 | 1010 | 1111010 | 1001110 | 111000 |
Color Harmonies of #37E63C
Complementary color
Monochromatic Colors of #37E63C
Black with #37E63C
Text Example
Text Example
White with #37E63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E63C; }
p { color: rgb(55,230,60); }
H1.HeaderClassName
{
color: #37E63C;
}
.AnyTagClassName
{
color: #37E63C;
}
</style>
background-color css
<style>
a { background-color: #37E63C; }
a { background-color: rgb(55,230,60); }
div.DivClassName
{
background-color: #37E63C;
}
.BgClassName
{
background-color: #37E63C;
}
</style>
border-color css
<style>
span { border-color: #37E63C; }
span { border-color: rgb(55,230,60); }
td.TdClassName
{
border-color: #37E63C;
}
.TagClassName
{
border-color: #37E63C;
}
</style>