Shades of Lime Green #37CE1F
Tints of Lime Green #37CE1F
RGB
CMYK
RGB Variations
Color information
#37CE1F (or 0x37CE1F) is known color: Lime Green. HEX triplet: 37, CE and 1F. RGB value is (55,206,31). Sum of RGB (Red+Green+Blue) = 55+206+31=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #37CE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CE1F is #C831E0. Grayscale: #8D8D8D. Windows color (decimal): -13119969 or 2084407. OLE color: 2084407.
HSL color Cylindrical-coordinate representation of color #37CE1F: hue angle of 111.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37CE1F is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 31 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.19 |
| HSL | 111.77º | 0.74% | 0.46% | - |
| HSV(B) | 111.77º | 0.85% | 0.81% | - |
| XYZ | 23.89 | 45.05 | 8.73 | - |
| YUV | 140.9 | 65.97 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 31 | 0.73 | 0 | 0.85 | 0.19 | 111.77 | 0.74 | 0.46 |
| Hex | 37 | CE | 1F | 49 | 0 | 55 | 13 | 70 | 4A | 2E |
| Octal | 67 | 316 | 37 | 111 | 0 | 125 | 23 | 160 | 112 | 56 |
| Binary | 110111 | 11001110 | 11111 | 1001001 | 0 | 1010101 | 10011 | 1110000 | 1001010 | 101110 |
Color Harmonies of #37CE1F
Complementary color
Monochromatic Colors of #37CE1F
Black with #37CE1F
Text Example
Text Example
White with #37CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CE1F; }
p { color: rgb(55,206,31); }
H1.HeaderClassName
{
color: #37CE1F;
}
.AnyTagClassName
{
color: #37CE1F;
}
</style>
background-color css
<style>
a { background-color: #37CE1F; }
a { background-color: rgb(55,206,31); }
div.DivClassName
{
background-color: #37CE1F;
}
.BgClassName
{
background-color: #37CE1F;
}
</style>
border-color css
<style>
span { border-color: #37CE1F; }
span { border-color: rgb(55,206,31); }
td.TdClassName
{
border-color: #37CE1F;
}
.TagClassName
{
border-color: #37CE1F;
}
</style>