Shades of Lime Green #37E430
Tints of Lime Green #37E430
RGB
CMYK
RGB Variations
Color information
#37E430 (or 0x37E430) is known color: Lime Green. HEX triplet: 37, E4 and 30. RGB value is (55,228,48). Sum of RGB (Red+Green+Blue) = 55+228+48=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 228 (89.45% from 255 or 68.88% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 228 - color contains mainly: green. Hex color #37E430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E430 is #C81BCF. Grayscale: #9C9C9C. Windows color (decimal): -13114320 or 3204151. OLE color: 3204151.
HSL color Cylindrical-coordinate representation of color #37E430: hue angle of 117.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37E430 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 48 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.11 |
| HSL | 117.67º | 0.77% | 0.54% | - |
| HSV(B) | 117.67º | 0.79% | 0.89% | - |
| XYZ | 29.85 | 56.51 | 12.13 | - |
| YUV | 155.75 | 67.19 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 48 | 0.76 | 0 | 0.79 | 0.11 | 117.67 | 0.77 | 0.54 |
| Hex | 37 | E4 | 30 | 4C | 0 | 4F | B | 76 | 4D | 36 |
| Octal | 67 | 344 | 60 | 114 | 0 | 117 | 13 | 166 | 115 | 66 |
| Binary | 110111 | 11100100 | 110000 | 1001100 | 0 | 1001111 | 1011 | 1110110 | 1001101 | 110110 |
Color Harmonies of #37E430
Complementary color
Monochromatic Colors of #37E430
Black with #37E430
Text Example
Text Example
White with #37E430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E430; }
p { color: rgb(55,228,48); }
H1.HeaderClassName
{
color: #37E430;
}
.AnyTagClassName
{
color: #37E430;
}
</style>
background-color css
<style>
a { background-color: #37E430; }
a { background-color: rgb(55,228,48); }
div.DivClassName
{
background-color: #37E430;
}
.BgClassName
{
background-color: #37E430;
}
</style>
border-color css
<style>
span { border-color: #37E430; }
span { border-color: rgb(55,228,48); }
td.TdClassName
{
border-color: #37E430;
}
.TagClassName
{
border-color: #37E430;
}
</style>