Shades of Lime Green #37C31F
Tints of Lime Green #37C31F
RGB
CMYK
RGB Variations
Color information
#37C31F (or 0x37C31F) is known color: Lime Green. HEX triplet: 37, C3 and 1F. RGB value is (55,195,31). Sum of RGB (Red+Green+Blue) = 55+195+31=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #37C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C31F is #C83CE0. Grayscale: #868686. Windows color (decimal): -13122785 or 2081591. OLE color: 2081591.
HSL color Cylindrical-coordinate representation of color #37C31F: hue angle of 111.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37C31F is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 195 | 31 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.24 |
| HSL | 111.22º | 0.73% | 0.44% | - |
| HSV(B) | 111.22º | 0.84% | 0.76% | - |
| XYZ | 21.34 | 39.94 | 7.88 | - |
| YUV | 134.44 | 69.62 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 195 | 31 | 0.72 | 0 | 0.84 | 0.24 | 111.22 | 0.73 | 0.44 |
| Hex | 37 | C3 | 1F | 48 | 0 | 54 | 18 | 6F | 49 | 2C |
| Octal | 67 | 303 | 37 | 110 | 0 | 124 | 30 | 157 | 111 | 54 |
| Binary | 110111 | 11000011 | 11111 | 1001000 | 0 | 1010100 | 11000 | 1101111 | 1001001 | 101100 |
Color Harmonies of #37C31F
Complementary color
Monochromatic Colors of #37C31F
Black with #37C31F
Text Example
Text Example
White with #37C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C31F; }
p { color: rgb(55,195,31); }
H1.HeaderClassName
{
color: #37C31F;
}
.AnyTagClassName
{
color: #37C31F;
}
</style>
background-color css
<style>
a { background-color: #37C31F; }
a { background-color: rgb(55,195,31); }
div.DivClassName
{
background-color: #37C31F;
}
.BgClassName
{
background-color: #37C31F;
}
</style>
border-color css
<style>
span { border-color: #37C31F; }
span { border-color: rgb(55,195,31); }
td.TdClassName
{
border-color: #37C31F;
}
.TagClassName
{
border-color: #37C31F;
}
</style>