Shades of Lime Green #37C433
Tints of Lime Green #37C433
RGB
CMYK
RGB Variations
Color information
#37C433 (or 0x37C433) is known color: Lime Green. HEX triplet: 37, C4 and 33. RGB value is (55,196,51). Sum of RGB (Red+Green+Blue) = 55+196+51=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #37C433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C433 is #C83BCC. Grayscale: #898989. Windows color (decimal): -13122509 or 3392567. OLE color: 3392567.
HSL color Cylindrical-coordinate representation of color #37C433: hue angle of 118.34º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37C433 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 51 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.23 |
| HSL | 118.34º | 0.59% | 0.48% | - |
| HSV(B) | 118.34º | 0.74% | 0.77% | - |
| XYZ | 21.91 | 40.53 | 9.8 | - |
| YUV | 137.31 | 79.29 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 51 | 0.72 | 0 | 0.74 | 0.23 | 118.34 | 0.59 | 0.48 |
| Hex | 37 | C4 | 33 | 48 | 0 | 4A | 17 | 76 | 3B | 30 |
| Octal | 67 | 304 | 63 | 110 | 0 | 112 | 27 | 166 | 73 | 60 |
| Binary | 110111 | 11000100 | 110011 | 1001000 | 0 | 1001010 | 10111 | 1110110 | 111011 | 110000 |
Color Harmonies of #37C433
Complementary color
Monochromatic Colors of #37C433
Black with #37C433
Text Example
Text Example
White with #37C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C433; }
p { color: rgb(55,196,51); }
H1.HeaderClassName
{
color: #37C433;
}
.AnyTagClassName
{
color: #37C433;
}
</style>
background-color css
<style>
a { background-color: #37C433; }
a { background-color: rgb(55,196,51); }
div.DivClassName
{
background-color: #37C433;
}
.BgClassName
{
background-color: #37C433;
}
</style>
border-color css
<style>
span { border-color: #37C433; }
span { border-color: rgb(55,196,51); }
td.TdClassName
{
border-color: #37C433;
}
.TagClassName
{
border-color: #37C433;
}
</style>