Shades of Lime Green #1FC00A
Tints of Lime Green #1FC00A
RGB
CMYK
RGB Variations
Color information
#1FC00A (or 0x1FC00A) is known color: Lime Green. HEX triplet: 1F, C0 and 0A. RGB value is (31,192,10). Sum of RGB (Red+Green+Blue) = 31+192+10=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC00A is #E03FF5. Grayscale: #7B7B7B. Windows color (decimal): -14696438 or 704543. OLE color: 704543.
HSL color Cylindrical-coordinate representation of color #1FC00A: hue angle of 113.08º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FC00A is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 10 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.25 |
| HSL | 113.08º | 0.9% | 0.4% | - |
| HSV(B) | 113.08º | 0.95% | 0.75% | - |
| XYZ | 19.47 | 38.01 | 6.6 | - |
| YUV | 123.11 | 64.16 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 10 | 0.84 | 0 | 0.95 | 0.25 | 113.08 | 0.9 | 0.4 |
| Hex | 1F | C0 | A | 54 | 0 | 5F | 19 | 71 | 5A | 28 |
| Octal | 37 | 300 | 12 | 124 | 0 | 137 | 31 | 161 | 132 | 50 |
| Binary | 11111 | 11000000 | 1010 | 1010100 | 0 | 1011111 | 11001 | 1110001 | 1011010 | 101000 |
Color Harmonies of #1FC00A
Complementary color
Monochromatic Colors of #1FC00A
Black with #1FC00A
Text Example
Text Example
White with #1FC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC00A; }
p { color: rgb(31,192,10); }
H1.HeaderClassName
{
color: #1FC00A;
}
.AnyTagClassName
{
color: #1FC00A;
}
</style>
background-color css
<style>
a { background-color: #1FC00A; }
a { background-color: rgb(31,192,10); }
div.DivClassName
{
background-color: #1FC00A;
}
.BgClassName
{
background-color: #1FC00A;
}
</style>
border-color css
<style>
span { border-color: #1FC00A; }
span { border-color: rgb(31,192,10); }
td.TdClassName
{
border-color: #1FC00A;
}
.TagClassName
{
border-color: #1FC00A;
}
</style>