Shades of Lime Green #37BF2B
Tints of Lime Green #37BF2B
RGB
CMYK
RGB Variations
Color information
#37BF2B (or 0x37BF2B) is known color: Lime Green. HEX triplet: 37, BF and 2B. RGB value is (55,191,43). Sum of RGB (Red+Green+Blue) = 55+191+43=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #37BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BF2B is #C840D4. Grayscale: #858585. Windows color (decimal): -13123797 or 2866999. OLE color: 2866999.
HSL color Cylindrical-coordinate representation of color #37BF2B: hue angle of 115.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37BF2B is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 191 | 43 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.25 |
| HSL | 115.14º | 0.63% | 0.46% | - |
| HSV(B) | 115.14º | 0.77% | 0.75% | - |
| XYZ | 20.64 | 38.25 | 8.58 | - |
| YUV | 133.46 | 76.94 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 43 | 0.71 | 0 | 0.77 | 0.25 | 115.14 | 0.63 | 0.46 |
| Hex | 37 | BF | 2B | 47 | 0 | 4D | 19 | 73 | 3F | 2E |
| Octal | 67 | 277 | 53 | 107 | 0 | 115 | 31 | 163 | 77 | 56 |
| Binary | 110111 | 10111111 | 101011 | 1000111 | 0 | 1001101 | 11001 | 1110011 | 111111 | 101110 |
Color Harmonies of #37BF2B
Complementary color
Monochromatic Colors of #37BF2B
Black with #37BF2B
Text Example
Text Example
White with #37BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BF2B; }
p { color: rgb(55,191,43); }
H1.HeaderClassName
{
color: #37BF2B;
}
.AnyTagClassName
{
color: #37BF2B;
}
</style>
background-color css
<style>
a { background-color: #37BF2B; }
a { background-color: rgb(55,191,43); }
div.DivClassName
{
background-color: #37BF2B;
}
.BgClassName
{
background-color: #37BF2B;
}
</style>
border-color css
<style>
span { border-color: #37BF2B; }
span { border-color: rgb(55,191,43); }
td.TdClassName
{
border-color: #37BF2B;
}
.TagClassName
{
border-color: #37BF2B;
}
</style>