Shades of Lime Green #37F83C
Tints of Lime Green #37F83C
RGB
CMYK
RGB Variations
Color information
#37F83C (or 0x37F83C) is known color: Lime Green. HEX triplet: 37, F8 and 3C. RGB value is (55,248,60). Sum of RGB (Red+Green+Blue) = 55+248+60=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 248 (97.27% from 255 or 68.32% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 248 - color contains mainly: green. Hex color #37F83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F83C is #C807C3. Grayscale: #A9A9A9. Windows color (decimal): -13109188 or 3995703. OLE color: 3995703.
HSL color Cylindrical-coordinate representation of color #37F83C: hue angle of 121.55º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F83C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 248 | 60 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.03 |
| HSL | 121.55º | 0.93% | 0.59% | - |
| HSV(B) | 121.55º | 0.78% | 0.97% | - |
| XYZ | 35.96 | 68.27 | 15.56 | - |
| YUV | 168.86 | 66.56 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 248 | 60 | 0.78 | 0 | 0.76 | 0.03 | 121.55 | 0.93 | 0.59 |
| Hex | 37 | F8 | 3C | 4E | 0 | 4C | 3 | 7A | 5D | 3B |
| Octal | 67 | 370 | 74 | 116 | 0 | 114 | 3 | 172 | 135 | 73 |
| Binary | 110111 | 11111000 | 111100 | 1001110 | 0 | 1001100 | 11 | 1111010 | 1011101 | 111011 |
Color Harmonies of #37F83C
Complementary color
Monochromatic Colors of #37F83C
Black with #37F83C
Text Example
Text Example
White with #37F83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F83C; }
p { color: rgb(55,248,60); }
H1.HeaderClassName
{
color: #37F83C;
}
.AnyTagClassName
{
color: #37F83C;
}
</style>
background-color css
<style>
a { background-color: #37F83C; }
a { background-color: rgb(55,248,60); }
div.DivClassName
{
background-color: #37F83C;
}
.BgClassName
{
background-color: #37F83C;
}
</style>
border-color css
<style>
span { border-color: #37F83C; }
span { border-color: rgb(55,248,60); }
td.TdClassName
{
border-color: #37F83C;
}
.TagClassName
{
border-color: #37F83C;
}
</style>