Shades of Lime Green #1FDC3E
Tints of Lime Green #1FDC3E
RGB
CMYK
RGB Variations
Color information
#1FDC3E (or 0x1FDC3E) is known color: Lime Green. HEX triplet: 1F, DC and 3E. RGB value is (31,220,62). Sum of RGB (Red+Green+Blue) = 31+220+62=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC3E is #E023C1. Grayscale: #919191. Windows color (decimal): -14689218 or 4119583. OLE color: 4119583.
HSL color Cylindrical-coordinate representation of color #1FDC3E: hue angle of 129.84º 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 #1FDC3E is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 62 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.14 |
| HSL | 129.84º | 0.75% | 0.49% | - |
| HSV(B) | 129.84º | 0.86% | 0.86% | - |
| XYZ | 27.03 | 51.83 | 13.14 | - |
| YUV | 145.48 | 80.88 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 62 | 0.86 | 0 | 0.72 | 0.14 | 129.84 | 0.75 | 0.49 |
| Hex | 1F | DC | 3E | 56 | 0 | 48 | E | 82 | 4B | 31 |
| Octal | 37 | 334 | 76 | 126 | 0 | 110 | 16 | 202 | 113 | 61 |
| Binary | 11111 | 11011100 | 111110 | 1010110 | 0 | 1001000 | 1110 | 10000010 | 1001011 | 110001 |
Color Harmonies of #1FDC3E
Complementary color
Monochromatic Colors of #1FDC3E
Black with #1FDC3E
Text Example
Text Example
White with #1FDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC3E; }
p { color: rgb(31,220,62); }
H1.HeaderClassName
{
color: #1FDC3E;
}
.AnyTagClassName
{
color: #1FDC3E;
}
</style>
background-color css
<style>
a { background-color: #1FDC3E; }
a { background-color: rgb(31,220,62); }
div.DivClassName
{
background-color: #1FDC3E;
}
.BgClassName
{
background-color: #1FDC3E;
}
</style>
border-color css
<style>
span { border-color: #1FDC3E; }
span { border-color: rgb(31,220,62); }
td.TdClassName
{
border-color: #1FDC3E;
}
.TagClassName
{
border-color: #1FDC3E;
}
</style>