Shades of Lime Green #37CC36
Tints of Lime Green #37CC36
RGB
CMYK
RGB Variations
Color information
#37CC36 (or 0x37CC36) is known color: Lime Green. HEX triplet: 37, CC and 36. RGB value is (55,204,54). Sum of RGB (Red+Green+Blue) = 55+204+54=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC36 is #C833C9. Grayscale: #8E8E8E. Windows color (decimal): -13120458 or 3591223. OLE color: 3591223.
HSL color Cylindrical-coordinate representation of color #37CC36: hue angle of 119.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37CC36 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 54 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.2 |
| HSL | 119.6º | 0.6% | 0.51% | - |
| HSV(B) | 119.6º | 0.74% | 0.8% | - |
| XYZ | 23.83 | 44.26 | 10.78 | - |
| YUV | 142.35 | 78.14 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 54 | 0.73 | 0 | 0.74 | 0.2 | 119.6 | 0.6 | 0.51 |
| Hex | 37 | CC | 36 | 49 | 0 | 4A | 14 | 78 | 3C | 33 |
| Octal | 67 | 314 | 66 | 111 | 0 | 112 | 24 | 170 | 74 | 63 |
| Binary | 110111 | 11001100 | 110110 | 1001001 | 0 | 1001010 | 10100 | 1111000 | 111100 | 110011 |
Color Harmonies of #37CC36
Complementary color
Monochromatic Colors of #37CC36
Black with #37CC36
Text Example
Text Example
White with #37CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CC36; }
p { color: rgb(55,204,54); }
H1.HeaderClassName
{
color: #37CC36;
}
.AnyTagClassName
{
color: #37CC36;
}
</style>
background-color css
<style>
a { background-color: #37CC36; }
a { background-color: rgb(55,204,54); }
div.DivClassName
{
background-color: #37CC36;
}
.BgClassName
{
background-color: #37CC36;
}
</style>
border-color css
<style>
span { border-color: #37CC36; }
span { border-color: rgb(55,204,54); }
td.TdClassName
{
border-color: #37CC36;
}
.TagClassName
{
border-color: #37CC36;
}
</style>