Shades of Lime Green #37CD4A
Tints of Lime Green #37CD4A
RGB
CMYK
RGB Variations
Color information
#37CD4A (or 0x37CD4A) is known color: Lime Green. HEX triplet: 37, CD and 4A. RGB value is (55,205,74). Sum of RGB (Red+Green+Blue) = 55+205+74=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 205 (80.47% from 255 or 61.38% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CD4A is #C832B5. Grayscale: #919191. Windows color (decimal): -13120182 or 4902199. OLE color: 4902199.
HSL color Cylindrical-coordinate representation of color #37CD4A: hue angle of 127.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CD4A is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 74 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.20 |
| HSL | 127.6º | 0.6% | 0.51% | - |
| HSV(B) | 127.6º | 0.73% | 0.8% | - |
| XYZ | 24.64 | 44.97 | 13.86 | - |
| YUV | 145.22 | 87.81 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 74 | 0.73 | 0 | 0.64 | 0.20 | 127.6 | 0.6 | 0.51 |
| Hex | 37 | CD | 4A | 49 | 0 | 40 | 14 | 80 | 3C | 33 |
| Octal | 67 | 315 | 112 | 111 | 0 | 100 | 24 | 200 | 74 | 63 |
| Binary | 110111 | 11001101 | 1001010 | 1001001 | 0 | 1000000 | 10100 | 10000000 | 111100 | 110011 |
Color Harmonies of #37CD4A
Complementary color
Monochromatic Colors of #37CD4A
Black with #37CD4A
Text Example
Text Example
White with #37CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CD4A; }
p { color: rgb(55,205,74); }
H1.HeaderClassName
{
color: #37CD4A;
}
.AnyTagClassName
{
color: #37CD4A;
}
</style>
background-color css
<style>
a { background-color: #37CD4A; }
a { background-color: rgb(55,205,74); }
div.DivClassName
{
background-color: #37CD4A;
}
.BgClassName
{
background-color: #37CD4A;
}
</style>
border-color css
<style>
span { border-color: #37CD4A; }
span { border-color: rgb(55,205,74); }
td.TdClassName
{
border-color: #37CD4A;
}
.TagClassName
{
border-color: #37CD4A;
}
</style>