Shades of Lime Green #37CB3C
Tints of Lime Green #37CB3C
RGB
CMYK
RGB Variations
Color information
#37CB3C (or 0x37CB3C) is known color: Lime Green. HEX triplet: 37, CB and 3C. RGB value is (55,203,60). Sum of RGB (Red+Green+Blue) = 55+203+60=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB3C is #C834C3. Grayscale: #8E8E8E. Windows color (decimal): -13120708 or 3984183. OLE color: 3984183.
HSL color Cylindrical-coordinate representation of color #37CB3C: hue angle of 122.03º 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 #37CB3C is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 60 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.20 |
| HSL | 122.03º | 0.59% | 0.51% | - |
| HSV(B) | 122.03º | 0.73% | 0.8% | - |
| XYZ | 23.75 | 43.85 | 11.49 | - |
| YUV | 142.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 60 | 0.73 | 0 | 0.70 | 0.20 | 122.03 | 0.59 | 0.51 |
| Hex | 37 | CB | 3C | 49 | 0 | 46 | 14 | 7A | 3B | 33 |
| Octal | 67 | 313 | 74 | 111 | 0 | 106 | 24 | 172 | 73 | 63 |
| Binary | 110111 | 11001011 | 111100 | 1001001 | 0 | 1000110 | 10100 | 1111010 | 111011 | 110011 |
Color Harmonies of #37CB3C
Complementary color
Monochromatic Colors of #37CB3C
Black with #37CB3C
Text Example
Text Example
White with #37CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB3C; }
p { color: rgb(55,203,60); }
H1.HeaderClassName
{
color: #37CB3C;
}
.AnyTagClassName
{
color: #37CB3C;
}
</style>
background-color css
<style>
a { background-color: #37CB3C; }
a { background-color: rgb(55,203,60); }
div.DivClassName
{
background-color: #37CB3C;
}
.BgClassName
{
background-color: #37CB3C;
}
</style>
border-color css
<style>
span { border-color: #37CB3C; }
span { border-color: rgb(55,203,60); }
td.TdClassName
{
border-color: #37CB3C;
}
.TagClassName
{
border-color: #37CB3C;
}
</style>