Shades of Lime Green #37FF46
Tints of Lime Green #37FF46
RGB
CMYK
RGB Variations
Color information
#37FF46 (or 0x37FF46) is known color: Lime Green. HEX triplet: 37, FF and 46. RGB value is (55,255,70). Sum of RGB (Red+Green+Blue) = 55+255+70=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF46 is #C800B9. Grayscale: #AEAEAE. Windows color (decimal): -13107386 or 4652855. OLE color: 4652855.
HSL color Cylindrical-coordinate representation of color #37FF46: hue angle of 124.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FF46 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 70 | - |
| CMYK | 0.78 | 0 | 0.73 | 0 |
| HSL | 124.5º | 1% | 0.61% | - |
| HSV(B) | 124.5º | 0.78% | 1% | - |
| XYZ | 38.44 | 72.77 | 17.82 | - |
| YUV | 174.11 | 69.24 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 70 | 0.78 | 0 | 0.73 | 0 | 124.5 | 1 | 0.61 |
| Hex | 37 | FF | 46 | 4E | 0 | 49 | 0 | 7C | 64 | 3D |
| Octal | 67 | 377 | 106 | 116 | 0 | 111 | 0 | 174 | 144 | 75 |
| Binary | 110111 | 11111111 | 1000110 | 1001110 | 0 | 1001001 | 0 | 1111100 | 1100100 | 111101 |
Color Harmonies of #37FF46
Complementary color
Monochromatic Colors of #37FF46
Black with #37FF46
Text Example
Text Example
White with #37FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF46; }
p { color: rgb(55,255,70); }
H1.HeaderClassName
{
color: #37FF46;
}
.AnyTagClassName
{
color: #37FF46;
}
</style>
background-color css
<style>
a { background-color: #37FF46; }
a { background-color: rgb(55,255,70); }
div.DivClassName
{
background-color: #37FF46;
}
.BgClassName
{
background-color: #37FF46;
}
</style>
border-color css
<style>
span { border-color: #37FF46; }
span { border-color: rgb(55,255,70); }
td.TdClassName
{
border-color: #37FF46;
}
.TagClassName
{
border-color: #37FF46;
}
</style>