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