Shades of Lime Green #1FC026
Tints of Lime Green #1FC026
RGB
CMYK
RGB Variations
Color information
#1FC026 (or 0x1FC026) is known color: Lime Green. HEX triplet: 1F, C0 and 26. RGB value is (31,192,38). Sum of RGB (Red+Green+Blue) = 31+192+38=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC026 is #E03FD9. Grayscale: #7E7E7E. Windows color (decimal): -14696410 or 2539551. OLE color: 2539551.
HSL color Cylindrical-coordinate representation of color #1FC026: hue angle of 122.61º 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 #1FC026 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 38 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.25 |
| HSL | 122.61º | 0.72% | 0.44% | - |
| HSV(B) | 122.61º | 0.84% | 0.75% | - |
| XYZ | 19.76 | 38.13 | 8.15 | - |
| YUV | 126.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 38 | 0.84 | 0 | 0.80 | 0.25 | 122.61 | 0.72 | 0.44 |
| Hex | 1F | C0 | 26 | 54 | 0 | 50 | 19 | 7B | 48 | 2C |
| Octal | 37 | 300 | 46 | 124 | 0 | 120 | 31 | 173 | 110 | 54 |
| Binary | 11111 | 11000000 | 100110 | 1010100 | 0 | 1010000 | 11001 | 1111011 | 1001000 | 101100 |
Color Harmonies of #1FC026
Complementary color
Monochromatic Colors of #1FC026
Black with #1FC026
Text Example
Text Example
White with #1FC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC026; }
p { color: rgb(31,192,38); }
H1.HeaderClassName
{
color: #1FC026;
}
.AnyTagClassName
{
color: #1FC026;
}
</style>
background-color css
<style>
a { background-color: #1FC026; }
a { background-color: rgb(31,192,38); }
div.DivClassName
{
background-color: #1FC026;
}
.BgClassName
{
background-color: #1FC026;
}
</style>
border-color css
<style>
span { border-color: #1FC026; }
span { border-color: rgb(31,192,38); }
td.TdClassName
{
border-color: #1FC026;
}
.TagClassName
{
border-color: #1FC026;
}
</style>