Shades of Lime Green #37F045
Tints of Lime Green #37F045
RGB
CMYK
RGB Variations
Color information
#37F045 (or 0x37F045) is known color: Lime Green. HEX triplet: 37, F0 and 45. RGB value is (55,240,69). Sum of RGB (Red+Green+Blue) = 55+240+69=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #37F045 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F045 is #C80FBA. Grayscale: #A5A5A5. Windows color (decimal): -13111227 or 4583479. OLE color: 4583479.
HSL color Cylindrical-coordinate representation of color #37F045: hue angle of 124.54º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F045 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 240 | 69 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.06 |
| HSL | 124.54º | 0.86% | 0.58% | - |
| HSV(B) | 124.54º | 0.77% | 0.94% | - |
| XYZ | 33.81 | 63.56 | 16.12 | - |
| YUV | 165.19 | 73.71 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 240 | 69 | 0.77 | 0 | 0.71 | 0.06 | 124.54 | 0.86 | 0.58 |
| Hex | 37 | F0 | 45 | 4D | 0 | 47 | 6 | 7D | 56 | 3A |
| Octal | 67 | 360 | 105 | 115 | 0 | 107 | 6 | 175 | 126 | 72 |
| Binary | 110111 | 11110000 | 1000101 | 1001101 | 0 | 1000111 | 110 | 1111101 | 1010110 | 111010 |
Color Harmonies of #37F045
Complementary color
Monochromatic Colors of #37F045
Black with #37F045
Text Example
Text Example
White with #37F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F045; }
p { color: rgb(55,240,69); }
H1.HeaderClassName
{
color: #37F045;
}
.AnyTagClassName
{
color: #37F045;
}
</style>
background-color css
<style>
a { background-color: #37F045; }
a { background-color: rgb(55,240,69); }
div.DivClassName
{
background-color: #37F045;
}
.BgClassName
{
background-color: #37F045;
}
</style>
border-color css
<style>
span { border-color: #37F045; }
span { border-color: rgb(55,240,69); }
td.TdClassName
{
border-color: #37F045;
}
.TagClassName
{
border-color: #37F045;
}
</style>