Shades of Lime Green #37F226
Tints of Lime Green #37F226
RGB
CMYK
RGB Variations
Color information
#37F226 (or 0x37F226) is known color: Lime Green. HEX triplet: 37, F2 and 26. RGB value is (55,242,38). Sum of RGB (Red+Green+Blue) = 55+242+38=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #37F226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F226 is #C80DD9. Grayscale: #A3A3A3. Windows color (decimal): -13110746 or 2552375. OLE color: 2552375.
HSL color Cylindrical-coordinate representation of color #37F226: hue angle of 115º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37F226 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 38 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.05 |
| HSL | 115º | 0.89% | 0.55% | - |
| HSV(B) | 115º | 0.84% | 0.95% | - |
| XYZ | 33.68 | 64.46 | 12.5 | - |
| YUV | 162.83 | 57.55 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 38 | 0.77 | 0 | 0.84 | 0.05 | 115 | 0.89 | 0.55 |
| Hex | 37 | F2 | 26 | 4D | 0 | 54 | 5 | 73 | 59 | 37 |
| Octal | 67 | 362 | 46 | 115 | 0 | 124 | 5 | 163 | 131 | 67 |
| Binary | 110111 | 11110010 | 100110 | 1001101 | 0 | 1010100 | 101 | 1110011 | 1011001 | 110111 |
Color Harmonies of #37F226
Complementary color
Monochromatic Colors of #37F226
Black with #37F226
Text Example
Text Example
White with #37F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F226; }
p { color: rgb(55,242,38); }
H1.HeaderClassName
{
color: #37F226;
}
.AnyTagClassName
{
color: #37F226;
}
</style>
background-color css
<style>
a { background-color: #37F226; }
a { background-color: rgb(55,242,38); }
div.DivClassName
{
background-color: #37F226;
}
.BgClassName
{
background-color: #37F226;
}
</style>
border-color css
<style>
span { border-color: #37F226; }
span { border-color: rgb(55,242,38); }
td.TdClassName
{
border-color: #37F226;
}
.TagClassName
{
border-color: #37F226;
}
</style>