Shades of Lime Green #1FC009
Tints of Lime Green #1FC009
RGB
CMYK
RGB Variations
Color information
#1FC009 (or 0x1FC009) is known color: Lime Green. HEX triplet: 1F, C0 and 09. RGB value is (31,192,9). Sum of RGB (Red+Green+Blue) = 31+192+9=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC009 is #E03FF6. Grayscale: #7B7B7B. Windows color (decimal): -14696439 or 639007. OLE color: 639007.
HSL color Cylindrical-coordinate representation of color #1FC009: hue angle of 112.79º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FC009 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 9 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.25 |
| HSL | 112.79º | 0.91% | 0.39% | - |
| HSV(B) | 112.79º | 0.95% | 0.75% | - |
| XYZ | 19.46 | 38.01 | 6.57 | - |
| YUV | 123 | 63.66 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 9 | 0.84 | 0 | 0.95 | 0.25 | 112.79 | 0.91 | 0.39 |
| Hex | 1F | C0 | 9 | 54 | 0 | 5F | 19 | 71 | 5B | 27 |
| Octal | 37 | 300 | 11 | 124 | 0 | 137 | 31 | 161 | 133 | 47 |
| Binary | 11111 | 11000000 | 1001 | 1010100 | 0 | 1011111 | 11001 | 1110001 | 1011011 | 100111 |
Color Harmonies of #1FC009
Complementary color
Monochromatic Colors of #1FC009
Black with #1FC009
Text Example
Text Example
White with #1FC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC009; }
p { color: rgb(31,192,9); }
H1.HeaderClassName
{
color: #1FC009;
}
.AnyTagClassName
{
color: #1FC009;
}
</style>
background-color css
<style>
a { background-color: #1FC009; }
a { background-color: rgb(31,192,9); }
div.DivClassName
{
background-color: #1FC009;
}
.BgClassName
{
background-color: #1FC009;
}
</style>
border-color css
<style>
span { border-color: #1FC009; }
span { border-color: rgb(31,192,9); }
td.TdClassName
{
border-color: #1FC009;
}
.TagClassName
{
border-color: #1FC009;
}
</style>