Shades of Lime Green #1FDC1C
Tints of Lime Green #1FDC1C
RGB
CMYK
RGB Variations
Color information
#1FDC1C (or 0x1FDC1C) is known color: Lime Green. HEX triplet: 1F, DC and 1C. RGB value is (31,220,28). Sum of RGB (Red+Green+Blue) = 31+220+28=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC1C is #E023E3. Grayscale: #8E8E8E. Windows color (decimal): -14689252 or 1891359. OLE color: 1891359.
HSL color Cylindrical-coordinate representation of color #1FDC1C: hue angle of 119.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDC1C is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 28 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.14 |
| HSL | 119.06º | 0.77% | 0.49% | - |
| HSV(B) | 119.06º | 0.87% | 0.86% | - |
| XYZ | 26.37 | 51.56 | 9.66 | - |
| YUV | 141.6 | 63.88 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 28 | 0.86 | 0 | 0.87 | 0.14 | 119.06 | 0.77 | 0.49 |
| Hex | 1F | DC | 1C | 56 | 0 | 57 | E | 77 | 4D | 31 |
| Octal | 37 | 334 | 34 | 126 | 0 | 127 | 16 | 167 | 115 | 61 |
| Binary | 11111 | 11011100 | 11100 | 1010110 | 0 | 1010111 | 1110 | 1110111 | 1001101 | 110001 |
Color Harmonies of #1FDC1C
Complementary color
Monochromatic Colors of #1FDC1C
Black with #1FDC1C
Text Example
Text Example
White with #1FDC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC1C; }
p { color: rgb(31,220,28); }
H1.HeaderClassName
{
color: #1FDC1C;
}
.AnyTagClassName
{
color: #1FDC1C;
}
</style>
background-color css
<style>
a { background-color: #1FDC1C; }
a { background-color: rgb(31,220,28); }
div.DivClassName
{
background-color: #1FDC1C;
}
.BgClassName
{
background-color: #1FDC1C;
}
</style>
border-color css
<style>
span { border-color: #1FDC1C; }
span { border-color: rgb(31,220,28); }
td.TdClassName
{
border-color: #1FDC1C;
}
.TagClassName
{
border-color: #1FDC1C;
}
</style>