Shades of Lime Green #37E448
Tints of Lime Green #37E448
RGB
CMYK
RGB Variations
Color information
#37E448 (or 0x37E448) is known color: Lime Green. HEX triplet: 37, E4 and 48. RGB value is (55,228,72). Sum of RGB (Red+Green+Blue) = 55+228+72=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 228 (89.45% from 255 or 64.23% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 228 - color contains mainly: green. Hex color #37E448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E448 is #C81BB7. Grayscale: #9E9E9E. Windows color (decimal): -13114296 or 4777015. OLE color: 4777015.
HSL color Cylindrical-coordinate representation of color #37E448: hue angle of 125.9º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E448 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 72 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.11 |
| HSL | 125.9º | 0.76% | 0.55% | - |
| HSV(B) | 125.9º | 0.76% | 0.89% | - |
| XYZ | 30.49 | 56.77 | 15.48 | - |
| YUV | 158.49 | 79.19 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 72 | 0.76 | 0 | 0.68 | 0.11 | 125.9 | 0.76 | 0.55 |
| Hex | 37 | E4 | 48 | 4C | 0 | 44 | B | 7E | 4C | 37 |
| Octal | 67 | 344 | 110 | 114 | 0 | 104 | 13 | 176 | 114 | 67 |
| Binary | 110111 | 11100100 | 1001000 | 1001100 | 0 | 1000100 | 1011 | 1111110 | 1001100 | 110111 |
Color Harmonies of #37E448
Complementary color
Monochromatic Colors of #37E448
Black with #37E448
Text Example
Text Example
White with #37E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E448; }
p { color: rgb(55,228,72); }
H1.HeaderClassName
{
color: #37E448;
}
.AnyTagClassName
{
color: #37E448;
}
</style>
background-color css
<style>
a { background-color: #37E448; }
a { background-color: rgb(55,228,72); }
div.DivClassName
{
background-color: #37E448;
}
.BgClassName
{
background-color: #37E448;
}
</style>
border-color css
<style>
span { border-color: #37E448; }
span { border-color: rgb(55,228,72); }
td.TdClassName
{
border-color: #37E448;
}
.TagClassName
{
border-color: #37E448;
}
</style>