Shades of Lime Green #37D234
Tints of Lime Green #37D234
RGB
CMYK
RGB Variations
Color information
#37D234 (or 0x37D234) is known color: Lime Green. HEX triplet: 37, D2 and 34. RGB value is (55,210,52). Sum of RGB (Red+Green+Blue) = 55+210+52=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #37D234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D234 is #C82DCB. Grayscale: #929292. Windows color (decimal): -13118924 or 3461687. OLE color: 3461687.
HSL color Cylindrical-coordinate representation of color #37D234: hue angle of 118.86º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D234 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 210 | 52 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.18 |
| HSL | 118.86º | 0.64% | 0.51% | - |
| HSV(B) | 118.86º | 0.75% | 0.82% | - |
| XYZ | 25.24 | 47.15 | 11.02 | - |
| YUV | 145.64 | 75.15 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 210 | 52 | 0.74 | 0 | 0.75 | 0.18 | 118.86 | 0.64 | 0.51 |
| Hex | 37 | D2 | 34 | 4A | 0 | 4B | 12 | 77 | 40 | 33 |
| Octal | 67 | 322 | 64 | 112 | 0 | 113 | 22 | 167 | 100 | 63 |
| Binary | 110111 | 11010010 | 110100 | 1001010 | 0 | 1001011 | 10010 | 1110111 | 1000000 | 110011 |
Color Harmonies of #37D234
Complementary color
Monochromatic Colors of #37D234
Black with #37D234
Text Example
Text Example
White with #37D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D234; }
p { color: rgb(55,210,52); }
H1.HeaderClassName
{
color: #37D234;
}
.AnyTagClassName
{
color: #37D234;
}
</style>
background-color css
<style>
a { background-color: #37D234; }
a { background-color: rgb(55,210,52); }
div.DivClassName
{
background-color: #37D234;
}
.BgClassName
{
background-color: #37D234;
}
</style>
border-color css
<style>
span { border-color: #37D234; }
span { border-color: rgb(55,210,52); }
td.TdClassName
{
border-color: #37D234;
}
.TagClassName
{
border-color: #37D234;
}
</style>