Shades of Lime Green #37FE38
Tints of Lime Green #37FE38
RGB
CMYK
RGB Variations
Color information
#37FE38 (or 0x37FE38) is known color: Lime Green. HEX triplet: 37, FE and 38. RGB value is (55,254,56). Sum of RGB (Red+Green+Blue) = 55+254+56=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #37FE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FE38 is #C801C7. Grayscale: #ACACAC. Windows color (decimal): -13107656 or 3735095. OLE color: 3735095.
HSL color Cylindrical-coordinate representation of color #37FE38: hue angle of 120.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FE38 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 56 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.00 |
| HSL | 120.3º | 0.99% | 0.61% | - |
| HSV(B) | 120.3º | 0.78% | 1% | - |
| XYZ | 37.73 | 71.98 | 15.65 | - |
| YUV | 171.93 | 62.57 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 56 | 0.78 | 0 | 0.78 | 0.00 | 120.3 | 0.99 | 0.61 |
| Hex | 37 | FE | 38 | 4E | 0 | 4E | 0 | 78 | 63 | 3D |
| Octal | 67 | 376 | 70 | 116 | 0 | 116 | 0 | 170 | 143 | 75 |
| Binary | 110111 | 11111110 | 111000 | 1001110 | 0 | 1001110 | 0 | 1111000 | 1100011 | 111101 |
Color Harmonies of #37FE38
Complementary color
Monochromatic Colors of #37FE38
Black with #37FE38
Text Example
Text Example
White with #37FE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FE38; }
p { color: rgb(55,254,56); }
H1.HeaderClassName
{
color: #37FE38;
}
.AnyTagClassName
{
color: #37FE38;
}
</style>
background-color css
<style>
a { background-color: #37FE38; }
a { background-color: rgb(55,254,56); }
div.DivClassName
{
background-color: #37FE38;
}
.BgClassName
{
background-color: #37FE38;
}
</style>
border-color css
<style>
span { border-color: #37FE38; }
span { border-color: rgb(55,254,56); }
td.TdClassName
{
border-color: #37FE38;
}
.TagClassName
{
border-color: #37FE38;
}
</style>