Shades of Lime Green #37F83E
Tints of Lime Green #37F83E
RGB
CMYK
RGB Variations
Color information
#37F83E (or 0x37F83E) is known color: Lime Green. HEX triplet: 37, F8 and 3E. RGB value is (55,248,62). Sum of RGB (Red+Green+Blue) = 55+248+62=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #37F83E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F83E is #C807C1. Grayscale: #A9A9A9. Windows color (decimal): -13109186 or 4126775. OLE color: 4126775.
HSL color Cylindrical-coordinate representation of color #37F83E: hue angle of 122.18º 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 #37F83E is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 248 | 62 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.03 |
| HSL | 122.18º | 0.93% | 0.59% | - |
| HSV(B) | 122.18º | 0.78% | 0.97% | - |
| XYZ | 36.01 | 68.29 | 15.84 | - |
| YUV | 169.09 | 67.56 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 248 | 62 | 0.78 | 0 | 0.75 | 0.03 | 122.18 | 0.93 | 0.59 |
| Hex | 37 | F8 | 3E | 4E | 0 | 4B | 3 | 7A | 5D | 3B |
| Octal | 67 | 370 | 76 | 116 | 0 | 113 | 3 | 172 | 135 | 73 |
| Binary | 110111 | 11111000 | 111110 | 1001110 | 0 | 1001011 | 11 | 1111010 | 1011101 | 111011 |
Color Harmonies of #37F83E
Complementary color
Monochromatic Colors of #37F83E
Black with #37F83E
Text Example
Text Example
White with #37F83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F83E; }
p { color: rgb(55,248,62); }
H1.HeaderClassName
{
color: #37F83E;
}
.AnyTagClassName
{
color: #37F83E;
}
</style>
background-color css
<style>
a { background-color: #37F83E; }
a { background-color: rgb(55,248,62); }
div.DivClassName
{
background-color: #37F83E;
}
.BgClassName
{
background-color: #37F83E;
}
</style>
border-color css
<style>
span { border-color: #37F83E; }
span { border-color: rgb(55,248,62); }
td.TdClassName
{
border-color: #37F83E;
}
.TagClassName
{
border-color: #37F83E;
}
</style>