Shades of Lime Green #1FC722
Tints of Lime Green #1FC722
RGB
CMYK
RGB Variations
Color information
#1FC722 (or 0x1FC722) is known color: Lime Green. HEX triplet: 1F, C7 and 22. RGB value is (31,199,34). Sum of RGB (Red+Green+Blue) = 31+199+34=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 199 (78.12% from 255 or 75.38% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC722 is #E038DD. Grayscale: #828282. Windows color (decimal): -14694622 or 2279199. OLE color: 2279199.
HSL color Cylindrical-coordinate representation of color #1FC722: hue angle of 121.07º 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 #1FC722 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 34 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.22 |
| HSL | 121.07º | 0.73% | 0.45% | - |
| HSV(B) | 121.07º | 0.84% | 0.78% | - |
| XYZ | 21.28 | 41.25 | 8.35 | - |
| YUV | 129.96 | 73.84 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 34 | 0.84 | 0 | 0.83 | 0.22 | 121.07 | 0.73 | 0.45 |
| Hex | 1F | C7 | 22 | 54 | 0 | 53 | 16 | 79 | 49 | 2D |
| Octal | 37 | 307 | 42 | 124 | 0 | 123 | 26 | 171 | 111 | 55 |
| Binary | 11111 | 11000111 | 100010 | 1010100 | 0 | 1010011 | 10110 | 1111001 | 1001001 | 101101 |
Color Harmonies of #1FC722
Complementary color
Monochromatic Colors of #1FC722
Black with #1FC722
Text Example
Text Example
White with #1FC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC722; }
p { color: rgb(31,199,34); }
H1.HeaderClassName
{
color: #1FC722;
}
.AnyTagClassName
{
color: #1FC722;
}
</style>
background-color css
<style>
a { background-color: #1FC722; }
a { background-color: rgb(31,199,34); }
div.DivClassName
{
background-color: #1FC722;
}
.BgClassName
{
background-color: #1FC722;
}
</style>
border-color css
<style>
span { border-color: #1FC722; }
span { border-color: rgb(31,199,34); }
td.TdClassName
{
border-color: #1FC722;
}
.TagClassName
{
border-color: #1FC722;
}
</style>