Shades of Lime Green #1FC037
Tints of Lime Green #1FC037
RGB
CMYK
RGB Variations
Color information
#1FC037 (or 0x1FC037) is known color: Lime Green. HEX triplet: 1F, C0 and 37. RGB value is (31,192,55). Sum of RGB (Red+Green+Blue) = 31+192+55=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC037 is #E03FC8. Grayscale: #808080. Windows color (decimal): -14696393 or 3653663. OLE color: 3653663.
HSL color Cylindrical-coordinate representation of color #1FC037: hue angle of 128.94º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC037 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 55 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.25 |
| HSL | 128.94º | 0.72% | 0.44% | - |
| HSV(B) | 128.94º | 0.84% | 0.75% | - |
| XYZ | 20.1 | 38.27 | 9.94 | - |
| YUV | 128.24 | 86.66 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 55 | 0.84 | 0 | 0.71 | 0.25 | 128.94 | 0.72 | 0.44 |
| Hex | 1F | C0 | 37 | 54 | 0 | 47 | 19 | 81 | 48 | 2C |
| Octal | 37 | 300 | 67 | 124 | 0 | 107 | 31 | 201 | 110 | 54 |
| Binary | 11111 | 11000000 | 110111 | 1010100 | 0 | 1000111 | 11001 | 10000001 | 1001000 | 101100 |
Color Harmonies of #1FC037
Complementary color
Monochromatic Colors of #1FC037
Black with #1FC037
Text Example
Text Example
White with #1FC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC037; }
p { color: rgb(31,192,55); }
H1.HeaderClassName
{
color: #1FC037;
}
.AnyTagClassName
{
color: #1FC037;
}
</style>
background-color css
<style>
a { background-color: #1FC037; }
a { background-color: rgb(31,192,55); }
div.DivClassName
{
background-color: #1FC037;
}
.BgClassName
{
background-color: #1FC037;
}
</style>
border-color css
<style>
span { border-color: #1FC037; }
span { border-color: rgb(31,192,55); }
td.TdClassName
{
border-color: #1FC037;
}
.TagClassName
{
border-color: #1FC037;
}
</style>