Shades of Lime Green #1FC726
Tints of Lime Green #1FC726
RGB
CMYK
RGB Variations
Color information
#1FC726 (or 0x1FC726) is known color: Lime Green. HEX triplet: 1F, C7 and 26. RGB value is (31,199,38). Sum of RGB (Red+Green+Blue) = 31+199+38=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 199 (78.12% from 255 or 74.25% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC726 is #E038D9. Grayscale: #828282. Windows color (decimal): -14694618 or 2541343. OLE color: 2541343.
HSL color Cylindrical-coordinate representation of color #1FC726: hue angle of 122.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC726 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 38 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.22 |
| HSL | 122.5º | 0.73% | 0.45% | - |
| HSV(B) | 122.5º | 0.84% | 0.78% | - |
| XYZ | 21.34 | 41.28 | 8.68 | - |
| YUV | 130.41 | 75.84 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 38 | 0.84 | 0 | 0.81 | 0.22 | 122.5 | 0.73 | 0.45 |
| Hex | 1F | C7 | 26 | 54 | 0 | 51 | 16 | 7B | 49 | 2D |
| Octal | 37 | 307 | 46 | 124 | 0 | 121 | 26 | 173 | 111 | 55 |
| Binary | 11111 | 11000111 | 100110 | 1010100 | 0 | 1010001 | 10110 | 1111011 | 1001001 | 101101 |
Color Harmonies of #1FC726
Complementary color
Monochromatic Colors of #1FC726
Black with #1FC726
Text Example
Text Example
White with #1FC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC726; }
p { color: rgb(31,199,38); }
H1.HeaderClassName
{
color: #1FC726;
}
.AnyTagClassName
{
color: #1FC726;
}
</style>
background-color css
<style>
a { background-color: #1FC726; }
a { background-color: rgb(31,199,38); }
div.DivClassName
{
background-color: #1FC726;
}
.BgClassName
{
background-color: #1FC726;
}
</style>
border-color css
<style>
span { border-color: #1FC726; }
span { border-color: rgb(31,199,38); }
td.TdClassName
{
border-color: #1FC726;
}
.TagClassName
{
border-color: #1FC726;
}
</style>