Shades of Lime Green #37C022
Tints of Lime Green #37C022
RGB
CMYK
RGB Variations
Color information
#37C022 (or 0x37C022) is known color: Lime Green. HEX triplet: 37, C0 and 22. RGB value is (55,192,34). Sum of RGB (Red+Green+Blue) = 55+192+34=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #37C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C022 is #C83FDD. Grayscale: #858585. Windows color (decimal): -13123550 or 2277431. OLE color: 2277431.
HSL color Cylindrical-coordinate representation of color #37C022: hue angle of 112.03º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37C022 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 192 | 34 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.25 |
| HSL | 112.03º | 0.7% | 0.44% | - |
| HSV(B) | 112.03º | 0.82% | 0.75% | - |
| XYZ | 20.71 | 38.63 | 7.88 | - |
| YUV | 133.03 | 72.11 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 34 | 0.71 | 0 | 0.82 | 0.25 | 112.03 | 0.7 | 0.44 |
| Hex | 37 | C0 | 22 | 47 | 0 | 52 | 19 | 70 | 46 | 2C |
| Octal | 67 | 300 | 42 | 107 | 0 | 122 | 31 | 160 | 106 | 54 |
| Binary | 110111 | 11000000 | 100010 | 1000111 | 0 | 1010010 | 11001 | 1110000 | 1000110 | 101100 |
Color Harmonies of #37C022
Complementary color
Monochromatic Colors of #37C022
Black with #37C022
Text Example
Text Example
White with #37C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C022; }
p { color: rgb(55,192,34); }
H1.HeaderClassName
{
color: #37C022;
}
.AnyTagClassName
{
color: #37C022;
}
</style>
background-color css
<style>
a { background-color: #37C022; }
a { background-color: rgb(55,192,34); }
div.DivClassName
{
background-color: #37C022;
}
.BgClassName
{
background-color: #37C022;
}
</style>
border-color css
<style>
span { border-color: #37C022; }
span { border-color: rgb(55,192,34); }
td.TdClassName
{
border-color: #37C022;
}
.TagClassName
{
border-color: #37C022;
}
</style>