Shades of Lime Green #1FD714
Tints of Lime Green #1FD714
RGB
CMYK
RGB Variations
Color information
#1FD714 (or 0x1FD714) is known color: Lime Green. HEX triplet: 1F, D7 and 14. RGB value is (31,215,20). Sum of RGB (Red+Green+Blue) = 31+215+20=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD714 is #E028EB. Grayscale: #8A8A8A. Windows color (decimal): -14690540 or 1365791. OLE color: 1365791.
HSL color Cylindrical-coordinate representation of color #1FD714: hue angle of 116.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FD714 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 215 | 20 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.16 |
| HSL | 116.62º | 0.83% | 0.46% | - |
| HSV(B) | 116.62º | 0.91% | 0.84% | - |
| XYZ | 24.99 | 48.94 | 8.79 | - |
| YUV | 137.75 | 61.54 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 215 | 20 | 0.86 | 0 | 0.91 | 0.16 | 116.62 | 0.83 | 0.46 |
| Hex | 1F | D7 | 14 | 56 | 0 | 5B | 10 | 75 | 53 | 2E |
| Octal | 37 | 327 | 24 | 126 | 0 | 133 | 20 | 165 | 123 | 56 |
| Binary | 11111 | 11010111 | 10100 | 1010110 | 0 | 1011011 | 10000 | 1110101 | 1010011 | 101110 |
Color Harmonies of #1FD714
Complementary color
Monochromatic Colors of #1FD714
Black with #1FD714
Text Example
Text Example
White with #1FD714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD714; }
p { color: rgb(31,215,20); }
H1.HeaderClassName
{
color: #1FD714;
}
.AnyTagClassName
{
color: #1FD714;
}
</style>
background-color css
<style>
a { background-color: #1FD714; }
a { background-color: rgb(31,215,20); }
div.DivClassName
{
background-color: #1FD714;
}
.BgClassName
{
background-color: #1FD714;
}
</style>
border-color css
<style>
span { border-color: #1FD714; }
span { border-color: rgb(31,215,20); }
td.TdClassName
{
border-color: #1FD714;
}
.TagClassName
{
border-color: #1FD714;
}
</style>