Shades of Lime Green #37D43B
Tints of Lime Green #37D43B
RGB
CMYK
RGB Variations
Color information
#37D43B (or 0x37D43B) is known color: Lime Green. HEX triplet: 37, D4 and 3B. RGB value is (55,212,59). Sum of RGB (Red+Green+Blue) = 55+212+59=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 212 (83.20% from 255 or 65.03% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 212 - color contains mainly: green. Hex color #37D43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D43B is #C82BC4. Grayscale: #949494. Windows color (decimal): -13118405 or 3920951. OLE color: 3920951.
HSL color Cylindrical-coordinate representation of color #37D43B: hue angle of 121.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D43B is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 212 | 59 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.17 |
| HSL | 121.53º | 0.65% | 0.52% | - |
| HSV(B) | 121.53º | 0.74% | 0.83% | - |
| XYZ | 25.91 | 48.21 | 12.08 | - |
| YUV | 147.62 | 77.99 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 212 | 59 | 0.74 | 0 | 0.72 | 0.17 | 121.53 | 0.65 | 0.52 |
| Hex | 37 | D4 | 3B | 4A | 0 | 48 | 11 | 7A | 41 | 34 |
| Octal | 67 | 324 | 73 | 112 | 0 | 110 | 21 | 172 | 101 | 64 |
| Binary | 110111 | 11010100 | 111011 | 1001010 | 0 | 1001000 | 10001 | 1111010 | 1000001 | 110100 |
Color Harmonies of #37D43B
Complementary color
Monochromatic Colors of #37D43B
Black with #37D43B
Text Example
Text Example
White with #37D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D43B; }
p { color: rgb(55,212,59); }
H1.HeaderClassName
{
color: #37D43B;
}
.AnyTagClassName
{
color: #37D43B;
}
</style>
background-color css
<style>
a { background-color: #37D43B; }
a { background-color: rgb(55,212,59); }
div.DivClassName
{
background-color: #37D43B;
}
.BgClassName
{
background-color: #37D43B;
}
</style>
border-color css
<style>
span { border-color: #37D43B; }
span { border-color: rgb(55,212,59); }
td.TdClassName
{
border-color: #37D43B;
}
.TagClassName
{
border-color: #37D43B;
}
</style>