Shades of Lime Green #37EF41
Tints of Lime Green #37EF41
RGB
CMYK
RGB Variations
Color information
#37EF41 (or 0x37EF41) is known color: Lime Green. HEX triplet: 37, EF and 41. RGB value is (55,239,65). Sum of RGB (Red+Green+Blue) = 55+239+65=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #37EF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EF41 is #C810BE. Grayscale: #A4A4A4. Windows color (decimal): -13111487 or 4321079. OLE color: 4321079.
HSL color Cylindrical-coordinate representation of color #37EF41: hue angle of 123.26º degrees, saturation: 0.85, 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 #37EF41 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 65 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.06 |
| HSL | 123.26º | 0.85% | 0.58% | - |
| HSV(B) | 123.26º | 0.77% | 0.94% | - |
| XYZ | 33.4 | 62.93 | 15.39 | - |
| YUV | 164.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 65 | 0.77 | 0 | 0.73 | 0.06 | 123.26 | 0.85 | 0.58 |
| Hex | 37 | EF | 41 | 4D | 0 | 49 | 6 | 7B | 55 | 3A |
| Octal | 67 | 357 | 101 | 115 | 0 | 111 | 6 | 173 | 125 | 72 |
| Binary | 110111 | 11101111 | 1000001 | 1001101 | 0 | 1001001 | 110 | 1111011 | 1010101 | 111010 |
Color Harmonies of #37EF41
Complementary color
Monochromatic Colors of #37EF41
Black with #37EF41
Text Example
Text Example
White with #37EF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EF41; }
p { color: rgb(55,239,65); }
H1.HeaderClassName
{
color: #37EF41;
}
.AnyTagClassName
{
color: #37EF41;
}
</style>
background-color css
<style>
a { background-color: #37EF41; }
a { background-color: rgb(55,239,65); }
div.DivClassName
{
background-color: #37EF41;
}
.BgClassName
{
background-color: #37EF41;
}
</style>
border-color css
<style>
span { border-color: #37EF41; }
span { border-color: rgb(55,239,65); }
td.TdClassName
{
border-color: #37EF41;
}
.TagClassName
{
border-color: #37EF41;
}
</style>