Shades of Lime Green #1FC322
Tints of Lime Green #1FC322
RGB
CMYK
RGB Variations
Color information
#1FC322 (or 0x1FC322) is known color: Lime Green. HEX triplet: 1F, C3 and 22. RGB value is (31,195,34). Sum of RGB (Red+Green+Blue) = 31+195+34=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC322 is #E03CDD. Grayscale: #808080. Windows color (decimal): -14695646 or 2278175. OLE color: 2278175.
HSL color Cylindrical-coordinate representation of color #1FC322: hue angle of 121.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC322 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 34 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.24 |
| HSL | 121.1º | 0.73% | 0.44% | - |
| HSV(B) | 121.1º | 0.84% | 0.76% | - |
| XYZ | 20.37 | 39.44 | 8.05 | - |
| YUV | 127.61 | 75.17 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 34 | 0.84 | 0 | 0.83 | 0.24 | 121.1 | 0.73 | 0.44 |
| Hex | 1F | C3 | 22 | 54 | 0 | 53 | 18 | 79 | 49 | 2C |
| Octal | 37 | 303 | 42 | 124 | 0 | 123 | 30 | 171 | 111 | 54 |
| Binary | 11111 | 11000011 | 100010 | 1010100 | 0 | 1010011 | 11000 | 1111001 | 1001001 | 101100 |
Color Harmonies of #1FC322
Complementary color
Monochromatic Colors of #1FC322
Black with #1FC322
Text Example
Text Example
White with #1FC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC322; }
p { color: rgb(31,195,34); }
H1.HeaderClassName
{
color: #1FC322;
}
.AnyTagClassName
{
color: #1FC322;
}
</style>
background-color css
<style>
a { background-color: #1FC322; }
a { background-color: rgb(31,195,34); }
div.DivClassName
{
background-color: #1FC322;
}
.BgClassName
{
background-color: #1FC322;
}
</style>
border-color css
<style>
span { border-color: #1FC322; }
span { border-color: rgb(31,195,34); }
td.TdClassName
{
border-color: #1FC322;
}
.TagClassName
{
border-color: #1FC322;
}
</style>