Shades of Lime Green #37CB2D
Tints of Lime Green #37CB2D
RGB
CMYK
RGB Variations
Color information
#37CB2D (or 0x37CB2D) is known color: Lime Green. HEX triplet: 37, CB and 2D. RGB value is (55,203,45). Sum of RGB (Red+Green+Blue) = 55+203+45=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 203 (79.69% from 255 or 67.00% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB2D is #C834D2. Grayscale: #8D8D8D. Windows color (decimal): -13120723 or 3001143. OLE color: 3001143.
HSL color Cylindrical-coordinate representation of color #37CB2D: hue angle of 116.2º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37CB2D is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 45 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.20 |
| HSL | 116.2º | 0.64% | 0.49% | - |
| HSV(B) | 116.2º | 0.78% | 0.8% | - |
| XYZ | 23.41 | 43.71 | 9.69 | - |
| YUV | 140.74 | 73.97 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 45 | 0.73 | 0 | 0.78 | 0.20 | 116.2 | 0.64 | 0.49 |
| Hex | 37 | CB | 2D | 49 | 0 | 4E | 14 | 74 | 40 | 31 |
| Octal | 67 | 313 | 55 | 111 | 0 | 116 | 24 | 164 | 100 | 61 |
| Binary | 110111 | 11001011 | 101101 | 1001001 | 0 | 1001110 | 10100 | 1110100 | 1000000 | 110001 |
Color Harmonies of #37CB2D
Complementary color
Monochromatic Colors of #37CB2D
Black with #37CB2D
Text Example
Text Example
White with #37CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB2D; }
p { color: rgb(55,203,45); }
H1.HeaderClassName
{
color: #37CB2D;
}
.AnyTagClassName
{
color: #37CB2D;
}
</style>
background-color css
<style>
a { background-color: #37CB2D; }
a { background-color: rgb(55,203,45); }
div.DivClassName
{
background-color: #37CB2D;
}
.BgClassName
{
background-color: #37CB2D;
}
</style>
border-color css
<style>
span { border-color: #37CB2D; }
span { border-color: rgb(55,203,45); }
td.TdClassName
{
border-color: #37CB2D;
}
.TagClassName
{
border-color: #37CB2D;
}
</style>