Shades of Lime Green #1FCC00
Tints of Lime Green #1FCC00
RGB
CMYK
RGB Variations
Color information
#1FCC00 (or 0x1FCC00) is known color: Lime Green. HEX triplet: 1F, CC and 00. RGB value is (31,204,0). Sum of RGB (Red+Green+Blue) = 31+204+0=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 204 (80.08% from 255 or 86.81% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCC00 is #E033FF. Grayscale: #818181. Windows color (decimal): -14693376 or 52255. OLE color: 52255.
HSL color Cylindrical-coordinate representation of color #1FCC00: hue angle of 110.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FCC00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.2 |
| HSL | 110.88º | 1% | 0.4% | - |
| HSV(B) | 110.88º | 1% | 0.8% | - |
| XYZ | 22.16 | 43.48 | 7.22 | - |
| YUV | 129.02 | 55.19 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 0 | 0.85 | 0 | 1 | 0.2 | 110.88 | 1 | 0.4 |
| Hex | 1F | CC | 0 | 55 | 0 | 64 | 14 | 6F | 64 | 28 |
| Octal | 37 | 314 | 0 | 125 | 0 | 144 | 24 | 157 | 144 | 50 |
| Binary | 11111 | 11001100 | 0 | 1010101 | 0 | 1100100 | 10100 | 1101111 | 1100100 | 101000 |
Color Harmonies of #1FCC00
Complementary color
Monochromatic Colors of #1FCC00
Black with #1FCC00
Text Example
Text Example
White with #1FCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC00; }
p { color: rgb(31,204,0); }
H1.HeaderClassName
{
color: #1FCC00;
}
.AnyTagClassName
{
color: #1FCC00;
}
</style>
background-color css
<style>
a { background-color: #1FCC00; }
a { background-color: rgb(31,204,0); }
div.DivClassName
{
background-color: #1FCC00;
}
.BgClassName
{
background-color: #1FCC00;
}
</style>
border-color css
<style>
span { border-color: #1FCC00; }
span { border-color: rgb(31,204,0); }
td.TdClassName
{
border-color: #1FCC00;
}
.TagClassName
{
border-color: #1FCC00;
}
</style>