Shades of Lime Green #1FC022
Tints of Lime Green #1FC022
RGB
CMYK
RGB Variations
Color information
#1FC022 (or 0x1FC022) is known color: Lime Green. HEX triplet: 1F, C0 and 22. RGB value is (31,192,34). Sum of RGB (Red+Green+Blue) = 31+192+34=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC022 is #E03FDD. Grayscale: #7E7E7E. Windows color (decimal): -14696414 or 2277407. OLE color: 2277407.
HSL color Cylindrical-coordinate representation of color #1FC022: hue angle of 121.12º 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 #1FC022 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 34 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.25 |
| HSL | 121.12º | 0.72% | 0.44% | - |
| HSV(B) | 121.12º | 0.84% | 0.75% | - |
| XYZ | 19.7 | 38.11 | 7.83 | - |
| YUV | 125.85 | 76.16 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 34 | 0.84 | 0 | 0.82 | 0.25 | 121.12 | 0.72 | 0.44 |
| Hex | 1F | C0 | 22 | 54 | 0 | 52 | 19 | 79 | 48 | 2C |
| Octal | 37 | 300 | 42 | 124 | 0 | 122 | 31 | 171 | 110 | 54 |
| Binary | 11111 | 11000000 | 100010 | 1010100 | 0 | 1010010 | 11001 | 1111001 | 1001000 | 101100 |
Color Harmonies of #1FC022
Complementary color
Monochromatic Colors of #1FC022
Black with #1FC022
Text Example
Text Example
White with #1FC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC022; }
p { color: rgb(31,192,34); }
H1.HeaderClassName
{
color: #1FC022;
}
.AnyTagClassName
{
color: #1FC022;
}
</style>
background-color css
<style>
a { background-color: #1FC022; }
a { background-color: rgb(31,192,34); }
div.DivClassName
{
background-color: #1FC022;
}
.BgClassName
{
background-color: #1FC022;
}
</style>
border-color css
<style>
span { border-color: #1FC022; }
span { border-color: rgb(31,192,34); }
td.TdClassName
{
border-color: #1FC022;
}
.TagClassName
{
border-color: #1FC022;
}
</style>