Shades of Lime Green #37F245
Tints of Lime Green #37F245
RGB
CMYK
RGB Variations
Color information
#37F245 (or 0x37F245) is known color: Lime Green. HEX triplet: 37, F2 and 45. RGB value is (55,242,69). Sum of RGB (Red+Green+Blue) = 55+242+69=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #37F245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F245 is #C80DBA. Grayscale: #A6A6A6. Windows color (decimal): -13110715 or 4583991. OLE color: 4583991.
HSL color Cylindrical-coordinate representation of color #37F245: hue angle of 124.49º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F245 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 69 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.05 |
| HSL | 124.49º | 0.88% | 0.58% | - |
| HSV(B) | 124.49º | 0.77% | 0.95% | - |
| XYZ | 34.4 | 64.75 | 16.31 | - |
| YUV | 166.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 69 | 0.77 | 0 | 0.71 | 0.05 | 124.49 | 0.88 | 0.58 |
| Hex | 37 | F2 | 45 | 4D | 0 | 47 | 5 | 7C | 58 | 3A |
| Octal | 67 | 362 | 105 | 115 | 0 | 107 | 5 | 174 | 130 | 72 |
| Binary | 110111 | 11110010 | 1000101 | 1001101 | 0 | 1000111 | 101 | 1111100 | 1011000 | 111010 |
Color Harmonies of #37F245
Complementary color
Monochromatic Colors of #37F245
Black with #37F245
Text Example
Text Example
White with #37F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F245; }
p { color: rgb(55,242,69); }
H1.HeaderClassName
{
color: #37F245;
}
.AnyTagClassName
{
color: #37F245;
}
</style>
background-color css
<style>
a { background-color: #37F245; }
a { background-color: rgb(55,242,69); }
div.DivClassName
{
background-color: #37F245;
}
.BgClassName
{
background-color: #37F245;
}
</style>
border-color css
<style>
span { border-color: #37F245; }
span { border-color: rgb(55,242,69); }
td.TdClassName
{
border-color: #37F245;
}
.TagClassName
{
border-color: #37F245;
}
</style>