Shades of Lime Green #37CB29
Tints of Lime Green #37CB29
RGB
CMYK
RGB Variations
Color information
#37CB29 (or 0x37CB29) is known color: Lime Green. HEX triplet: 37, CB and 29. RGB value is (55,203,41). Sum of RGB (Red+Green+Blue) = 55+203+41=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 203 (79.69% from 255 or 67.89% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB29 is #C834D6. Grayscale: #8C8C8C. Windows color (decimal): -13120727 or 2738999. OLE color: 2738999.
HSL color Cylindrical-coordinate representation of color #37CB29: hue angle of 114.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37CB29 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 41 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.20 |
| HSL | 114.81º | 0.66% | 0.48% | - |
| HSV(B) | 114.81º | 0.8% | 0.8% | - |
| XYZ | 23.33 | 43.68 | 9.3 | - |
| YUV | 140.28 | 71.97 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 41 | 0.73 | 0 | 0.80 | 0.20 | 114.81 | 0.66 | 0.48 |
| Hex | 37 | CB | 29 | 49 | 0 | 50 | 14 | 73 | 42 | 30 |
| Octal | 67 | 313 | 51 | 111 | 0 | 120 | 24 | 163 | 102 | 60 |
| Binary | 110111 | 11001011 | 101001 | 1001001 | 0 | 1010000 | 10100 | 1110011 | 1000010 | 110000 |
Color Harmonies of #37CB29
Complementary color
Monochromatic Colors of #37CB29
Black with #37CB29
Text Example
Text Example
White with #37CB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB29; }
p { color: rgb(55,203,41); }
H1.HeaderClassName
{
color: #37CB29;
}
.AnyTagClassName
{
color: #37CB29;
}
</style>
background-color css
<style>
a { background-color: #37CB29; }
a { background-color: rgb(55,203,41); }
div.DivClassName
{
background-color: #37CB29;
}
.BgClassName
{
background-color: #37CB29;
}
</style>
border-color css
<style>
span { border-color: #37CB29; }
span { border-color: rgb(55,203,41); }
td.TdClassName
{
border-color: #37CB29;
}
.TagClassName
{
border-color: #37CB29;
}
</style>