Shades of Lime Green #37ED41
Tints of Lime Green #37ED41
RGB
CMYK
RGB Variations
Color information
#37ED41 (or 0x37ED41) is known color: Lime Green. HEX triplet: 37, ED and 41. RGB value is (55,237,65). Sum of RGB (Red+Green+Blue) = 55+237+65=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 237 (92.97% from 255 or 66.39% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 237 - color contains mainly: green. Hex color #37ED41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37ED41 is #C812BE. Grayscale: #A3A3A3. Windows color (decimal): -13111999 or 4320567. OLE color: 4320567.
HSL color Cylindrical-coordinate representation of color #37ED41: hue angle of 123.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37ED41 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 65 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.07 |
| HSL | 123.3º | 0.83% | 0.57% | - |
| HSV(B) | 123.3º | 0.77% | 0.93% | - |
| XYZ | 32.81 | 61.76 | 15.19 | - |
| YUV | 162.97 | 72.7 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 65 | 0.77 | 0 | 0.73 | 0.07 | 123.3 | 0.83 | 0.57 |
| Hex | 37 | ED | 41 | 4D | 0 | 49 | 7 | 7B | 53 | 39 |
| Octal | 67 | 355 | 101 | 115 | 0 | 111 | 7 | 173 | 123 | 71 |
| Binary | 110111 | 11101101 | 1000001 | 1001101 | 0 | 1001001 | 111 | 1111011 | 1010011 | 111001 |
Color Harmonies of #37ED41
Complementary color
Monochromatic Colors of #37ED41
Black with #37ED41
Text Example
Text Example
White with #37ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ED41; }
p { color: rgb(55,237,65); }
H1.HeaderClassName
{
color: #37ED41;
}
.AnyTagClassName
{
color: #37ED41;
}
</style>
background-color css
<style>
a { background-color: #37ED41; }
a { background-color: rgb(55,237,65); }
div.DivClassName
{
background-color: #37ED41;
}
.BgClassName
{
background-color: #37ED41;
}
</style>
border-color css
<style>
span { border-color: #37ED41; }
span { border-color: rgb(55,237,65); }
td.TdClassName
{
border-color: #37ED41;
}
.TagClassName
{
border-color: #37ED41;
}
</style>