Shades of Lime Green #1FDA14
Tints of Lime Green #1FDA14
RGB
CMYK
RGB Variations
Color information
#1FDA14 (or 0x1FDA14) is known color: Lime Green. HEX triplet: 1F, DA and 14. RGB value is (31,218,20). Sum of RGB (Red+Green+Blue) = 31+218+20=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 218 (85.55% from 255 or 81.04% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDA14 is #E025EB. Grayscale: #8C8C8C. Windows color (decimal): -14689772 or 1366559. OLE color: 1366559.
HSL color Cylindrical-coordinate representation of color #1FDA14: hue angle of 116.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FDA14 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 20 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.15 |
| HSL | 116.67º | 0.83% | 0.47% | - |
| HSV(B) | 116.67º | 0.91% | 0.85% | - |
| XYZ | 25.76 | 50.48 | 9.05 | - |
| YUV | 139.52 | 60.55 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 20 | 0.86 | 0 | 0.91 | 0.15 | 116.67 | 0.83 | 0.47 |
| Hex | 1F | DA | 14 | 56 | 0 | 5B | F | 75 | 53 | 2F |
| Octal | 37 | 332 | 24 | 126 | 0 | 133 | 17 | 165 | 123 | 57 |
| Binary | 11111 | 11011010 | 10100 | 1010110 | 0 | 1011011 | 1111 | 1110101 | 1010011 | 101111 |
Color Harmonies of #1FDA14
Complementary color
Monochromatic Colors of #1FDA14
Black with #1FDA14
Text Example
Text Example
White with #1FDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA14; }
p { color: rgb(31,218,20); }
H1.HeaderClassName
{
color: #1FDA14;
}
.AnyTagClassName
{
color: #1FDA14;
}
</style>
background-color css
<style>
a { background-color: #1FDA14; }
a { background-color: rgb(31,218,20); }
div.DivClassName
{
background-color: #1FDA14;
}
.BgClassName
{
background-color: #1FDA14;
}
</style>
border-color css
<style>
span { border-color: #1FDA14; }
span { border-color: rgb(31,218,20); }
td.TdClassName
{
border-color: #1FDA14;
}
.TagClassName
{
border-color: #1FDA14;
}
</style>