Shades of Lime Green #1FC032
Tints of Lime Green #1FC032
RGB
CMYK
RGB Variations
Color information
#1FC032 (or 0x1FC032) is known color: Lime Green. HEX triplet: 1F, C0 and 32. RGB value is (31,192,50). Sum of RGB (Red+Green+Blue) = 31+192+50=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC032 is #E03FCD. Grayscale: #808080. Windows color (decimal): -14696398 or 3325983. OLE color: 3325983.
HSL color Cylindrical-coordinate representation of color #1FC032: hue angle of 127.08º 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 #1FC032 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 50 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.25 |
| HSL | 127.08º | 0.72% | 0.44% | - |
| HSV(B) | 127.08º | 0.84% | 0.75% | - |
| XYZ | 19.99 | 38.22 | 9.34 | - |
| YUV | 127.67 | 84.16 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 50 | 0.84 | 0 | 0.74 | 0.25 | 127.08 | 0.72 | 0.44 |
| Hex | 1F | C0 | 32 | 54 | 0 | 4A | 19 | 7F | 48 | 2C |
| Octal | 37 | 300 | 62 | 124 | 0 | 112 | 31 | 177 | 110 | 54 |
| Binary | 11111 | 11000000 | 110010 | 1010100 | 0 | 1001010 | 11001 | 1111111 | 1001000 | 101100 |
Color Harmonies of #1FC032
Complementary color
Monochromatic Colors of #1FC032
Black with #1FC032
Text Example
Text Example
White with #1FC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC032; }
p { color: rgb(31,192,50); }
H1.HeaderClassName
{
color: #1FC032;
}
.AnyTagClassName
{
color: #1FC032;
}
</style>
background-color css
<style>
a { background-color: #1FC032; }
a { background-color: rgb(31,192,50); }
div.DivClassName
{
background-color: #1FC032;
}
.BgClassName
{
background-color: #1FC032;
}
</style>
border-color css
<style>
span { border-color: #1FC032; }
span { border-color: rgb(31,192,50); }
td.TdClassName
{
border-color: #1FC032;
}
.TagClassName
{
border-color: #1FC032;
}
</style>