Shades of Lime Green #37CC4B
Tints of Lime Green #37CC4B
RGB
CMYK
RGB Variations
Color information
#37CC4B (or 0x37CC4B) is known color: Lime Green. HEX triplet: 37, CC and 4B. RGB value is (55,204,75). Sum of RGB (Red+Green+Blue) = 55+204+75=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC4B is #C833B4. Grayscale: #919191. Windows color (decimal): -13120437 or 4967479. OLE color: 4967479.
HSL color Cylindrical-coordinate representation of color #37CC4B: hue angle of 128.05º degrees, saturation: 0.59, 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 #37CC4B is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 75 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.2 |
| HSL | 128.05º | 0.59% | 0.51% | - |
| HSV(B) | 128.05º | 0.73% | 0.8% | - |
| XYZ | 24.44 | 44.51 | 13.96 | - |
| YUV | 144.74 | 88.64 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 75 | 0.73 | 0 | 0.63 | 0.2 | 128.05 | 0.59 | 0.51 |
| Hex | 37 | CC | 4B | 49 | 0 | 3F | 14 | 80 | 3B | 33 |
| Octal | 67 | 314 | 113 | 111 | 0 | 77 | 24 | 200 | 73 | 63 |
| Binary | 110111 | 11001100 | 1001011 | 1001001 | 0 | 111111 | 10100 | 10000000 | 111011 | 110011 |
Color Harmonies of #37CC4B
Complementary color
Monochromatic Colors of #37CC4B
Black with #37CC4B
Text Example
Text Example
White with #37CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CC4B; }
p { color: rgb(55,204,75); }
H1.HeaderClassName
{
color: #37CC4B;
}
.AnyTagClassName
{
color: #37CC4B;
}
</style>
background-color css
<style>
a { background-color: #37CC4B; }
a { background-color: rgb(55,204,75); }
div.DivClassName
{
background-color: #37CC4B;
}
.BgClassName
{
background-color: #37CC4B;
}
</style>
border-color css
<style>
span { border-color: #37CC4B; }
span { border-color: rgb(55,204,75); }
td.TdClassName
{
border-color: #37CC4B;
}
.TagClassName
{
border-color: #37CC4B;
}
</style>