Shades of Lime Green #1FDC1F
Tints of Lime Green #1FDC1F
RGB
CMYK
RGB Variations
Color information
#1FDC1F (or 0x1FDC1F) is known color: Lime Green. HEX triplet: 1F, DC and 1F. RGB value is (31,220,31). Sum of RGB (Red+Green+Blue) = 31+220+31=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC1F is #E023E0. Grayscale: #8E8E8E. Windows color (decimal): -14689249 or 2087967. OLE color: 2087967.
HSL color Cylindrical-coordinate representation of color #1FDC1F: hue angle of 120º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC1F is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 31 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.14 |
| HSL | 120º | 0.75% | 0.49% | - |
| HSV(B) | 120º | 0.86% | 0.86% | - |
| XYZ | 26.41 | 51.58 | 9.86 | - |
| YUV | 141.94 | 65.38 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 31 | 0.86 | 0 | 0.86 | 0.14 | 120 | 0.75 | 0.49 |
| Hex | 1F | DC | 1F | 56 | 0 | 56 | E | 78 | 4B | 31 |
| Octal | 37 | 334 | 37 | 126 | 0 | 126 | 16 | 170 | 113 | 61 |
| Binary | 11111 | 11011100 | 11111 | 1010110 | 0 | 1010110 | 1110 | 1111000 | 1001011 | 110001 |
Color Harmonies of #1FDC1F
Complementary color
Monochromatic Colors of #1FDC1F
Black with #1FDC1F
Text Example
Text Example
White with #1FDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC1F; }
p { color: rgb(31,220,31); }
H1.HeaderClassName
{
color: #1FDC1F;
}
.AnyTagClassName
{
color: #1FDC1F;
}
</style>
background-color css
<style>
a { background-color: #1FDC1F; }
a { background-color: rgb(31,220,31); }
div.DivClassName
{
background-color: #1FDC1F;
}
.BgClassName
{
background-color: #1FDC1F;
}
</style>
border-color css
<style>
span { border-color: #1FDC1F; }
span { border-color: rgb(31,220,31); }
td.TdClassName
{
border-color: #1FDC1F;
}
.TagClassName
{
border-color: #1FDC1F;
}
</style>