Shades of Lime Green #37CC3A
Tints of Lime Green #37CC3A
RGB
CMYK
RGB Variations
Color information
#37CC3A (or 0x37CC3A) is known color: Lime Green. HEX triplet: 37, CC and 3A. RGB value is (55,204,58). Sum of RGB (Red+Green+Blue) = 55+204+58=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 204 (80.08% from 255 or 64.35% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC3A is #C833C5. Grayscale: #8F8F8F. Windows color (decimal): -13120454 or 3853367. OLE color: 3853367.
HSL color Cylindrical-coordinate representation of color #37CC3A: hue angle of 121.21º 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 #37CC3A is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 58 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.2 |
| HSL | 121.21º | 0.59% | 0.51% | - |
| HSV(B) | 121.21º | 0.73% | 0.8% | - |
| XYZ | 23.93 | 44.3 | 11.29 | - |
| YUV | 142.81 | 80.14 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 58 | 0.73 | 0 | 0.72 | 0.2 | 121.21 | 0.59 | 0.51 |
| Hex | 37 | CC | 3A | 49 | 0 | 48 | 14 | 79 | 3B | 33 |
| Octal | 67 | 314 | 72 | 111 | 0 | 110 | 24 | 171 | 73 | 63 |
| Binary | 110111 | 11001100 | 111010 | 1001001 | 0 | 1001000 | 10100 | 1111001 | 111011 | 110011 |
Color Harmonies of #37CC3A
Complementary color
Monochromatic Colors of #37CC3A
Black with #37CC3A
Text Example
Text Example
White with #37CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CC3A; }
p { color: rgb(55,204,58); }
H1.HeaderClassName
{
color: #37CC3A;
}
.AnyTagClassName
{
color: #37CC3A;
}
</style>
background-color css
<style>
a { background-color: #37CC3A; }
a { background-color: rgb(55,204,58); }
div.DivClassName
{
background-color: #37CC3A;
}
.BgClassName
{
background-color: #37CC3A;
}
</style>
border-color css
<style>
span { border-color: #37CC3A; }
span { border-color: rgb(55,204,58); }
td.TdClassName
{
border-color: #37CC3A;
}
.TagClassName
{
border-color: #37CC3A;
}
</style>