Shades of Lime Green #1FCC1C
Tints of Lime Green #1FCC1C
RGB
CMYK
RGB Variations
Color information
#1FCC1C (or 0x1FCC1C) is known color: Lime Green. HEX triplet: 1F, CC and 1C. RGB value is (31,204,28). Sum of RGB (Red+Green+Blue) = 31+204+28=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 204 (80.08% from 255 or 77.57% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC1C is #E033E3. Grayscale: #848484. Windows color (decimal): -14693348 or 1887263. OLE color: 1887263.
HSL color Cylindrical-coordinate representation of color #1FCC1C: hue angle of 118.98º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCC1C is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 28 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.2 |
| HSL | 118.98º | 0.76% | 0.45% | - |
| HSV(B) | 118.98º | 0.86% | 0.8% | - |
| XYZ | 22.37 | 43.56 | 8.33 | - |
| YUV | 132.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 28 | 0.85 | 0 | 0.86 | 0.2 | 118.98 | 0.76 | 0.45 |
| Hex | 1F | CC | 1C | 55 | 0 | 56 | 14 | 77 | 4C | 2D |
| Octal | 37 | 314 | 34 | 125 | 0 | 126 | 24 | 167 | 114 | 55 |
| Binary | 11111 | 11001100 | 11100 | 1010101 | 0 | 1010110 | 10100 | 1110111 | 1001100 | 101101 |
Color Harmonies of #1FCC1C
Complementary color
Monochromatic Colors of #1FCC1C
Black with #1FCC1C
Text Example
Text Example
White with #1FCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC1C; }
p { color: rgb(31,204,28); }
H1.HeaderClassName
{
color: #1FCC1C;
}
.AnyTagClassName
{
color: #1FCC1C;
}
</style>
background-color css
<style>
a { background-color: #1FCC1C; }
a { background-color: rgb(31,204,28); }
div.DivClassName
{
background-color: #1FCC1C;
}
.BgClassName
{
background-color: #1FCC1C;
}
</style>
border-color css
<style>
span { border-color: #1FCC1C; }
span { border-color: rgb(31,204,28); }
td.TdClassName
{
border-color: #1FCC1C;
}
.TagClassName
{
border-color: #1FCC1C;
}
</style>