Shades of Lime Green #37F237
Tints of Lime Green #37F237
RGB
CMYK
RGB Variations
Color information
#37F237 (or 0x37F237) is known color: Lime Green. HEX triplet: 37, F2 and 37. RGB value is (55,242,55). Sum of RGB (Red+Green+Blue) = 55+242+55=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #37F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F237 is #C80DC8. Grayscale: #A5A5A5. Windows color (decimal): -13110729 or 3666487. OLE color: 3666487.
HSL color Cylindrical-coordinate representation of color #37F237: hue angle of 120º 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 #37F237 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 55 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.05 |
| HSL | 120º | 0.88% | 0.58% | - |
| HSV(B) | 120º | 0.77% | 0.95% | - |
| XYZ | 34.02 | 64.59 | 14.29 | - |
| YUV | 164.77 | 66.05 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 55 | 0.77 | 0 | 0.77 | 0.05 | 120 | 0.88 | 0.58 |
| Hex | 37 | F2 | 37 | 4D | 0 | 4D | 5 | 78 | 58 | 3A |
| Octal | 67 | 362 | 67 | 115 | 0 | 115 | 5 | 170 | 130 | 72 |
| Binary | 110111 | 11110010 | 110111 | 1001101 | 0 | 1001101 | 101 | 1111000 | 1011000 | 111010 |
Color Harmonies of #37F237
Complementary color
Monochromatic Colors of #37F237
Black with #37F237
Text Example
Text Example
White with #37F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F237; }
p { color: rgb(55,242,55); }
H1.HeaderClassName
{
color: #37F237;
}
.AnyTagClassName
{
color: #37F237;
}
</style>
background-color css
<style>
a { background-color: #37F237; }
a { background-color: rgb(55,242,55); }
div.DivClassName
{
background-color: #37F237;
}
.BgClassName
{
background-color: #37F237;
}
</style>
border-color css
<style>
span { border-color: #37F237; }
span { border-color: rgb(55,242,55); }
td.TdClassName
{
border-color: #37F237;
}
.TagClassName
{
border-color: #37F237;
}
</style>