Shades of Lime Green #37D250
Tints of Lime Green #37D250
RGB
CMYK
RGB Variations
Color information
#37D250 (or 0x37D250) is known color: Lime Green. HEX triplet: 37, D2 and 50. RGB value is (55,210,80). Sum of RGB (Red+Green+Blue) = 55+210+80=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #37D250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D250 is #C82DAF. Grayscale: #959595. Windows color (decimal): -13118896 or 5296695. OLE color: 5296695.
HSL color Cylindrical-coordinate representation of color #37D250: hue angle of 129.68º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D250 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 210 | 80 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.18 |
| HSL | 129.68º | 0.63% | 0.52% | - |
| HSV(B) | 129.68º | 0.74% | 0.82% | - |
| XYZ | 26.07 | 47.48 | 15.38 | - |
| YUV | 148.84 | 89.15 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 210 | 80 | 0.74 | 0 | 0.62 | 0.18 | 129.68 | 0.63 | 0.52 |
| Hex | 37 | D2 | 50 | 4A | 0 | 3E | 12 | 82 | 3F | 34 |
| Octal | 67 | 322 | 120 | 112 | 0 | 76 | 22 | 202 | 77 | 64 |
| Binary | 110111 | 11010010 | 1010000 | 1001010 | 0 | 111110 | 10010 | 10000010 | 111111 | 110100 |
Color Harmonies of #37D250
Complementary color
Monochromatic Colors of #37D250
Black with #37D250
Text Example
Text Example
White with #37D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D250; }
p { color: rgb(55,210,80); }
H1.HeaderClassName
{
color: #37D250;
}
.AnyTagClassName
{
color: #37D250;
}
</style>
background-color css
<style>
a { background-color: #37D250; }
a { background-color: rgb(55,210,80); }
div.DivClassName
{
background-color: #37D250;
}
.BgClassName
{
background-color: #37D250;
}
</style>
border-color css
<style>
span { border-color: #37D250; }
span { border-color: rgb(55,210,80); }
td.TdClassName
{
border-color: #37D250;
}
.TagClassName
{
border-color: #37D250;
}
</style>