Shades of Electric Lime #D1FD14
Tints of Electric Lime #D1FD14
RGB
CMYK
RGB Variations
Color information
#D1FD14 (or 0xD1FD14) is known color: Electric Lime. HEX triplet: D1, FD and 14. RGB value is (209,253,20). Sum of RGB (Red+Green+Blue) = 209+253+20=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FD14 is #2E02EB. Grayscale: #D6D6D6. Windows color (decimal): -3015404 or 1375697. OLE color: 1375697.
HSL color Cylindrical-coordinate representation of color #D1FD14: hue angle of 71.33º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1FD14 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 20 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.01 |
| HSL | 71.33º | 0.98% | 0.54% | - |
| HSV(B) | 71.33º | 0.92% | 0.99% | - |
| XYZ | 61.55 | 83.86 | 13.6 | - |
| YUV | 213.28 | 18.92 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 20 | 0.17 | 0 | 0.92 | 0.01 | 71.33 | 0.98 | 0.54 |
| Hex | D1 | FD | 14 | 11 | 0 | 5C | 1 | 47 | 62 | 36 |
| Octal | 321 | 375 | 24 | 21 | 0 | 134 | 1 | 107 | 142 | 66 |
| Binary | 11010001 | 11111101 | 10100 | 10001 | 0 | 1011100 | 1 | 1000111 | 1100010 | 110110 |
Color Harmonies of #D1FD14
Complementary color
Monochromatic Colors of #D1FD14
Black with #D1FD14
Text Example
Text Example
White with #D1FD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FD14; }
p { color: rgb(209,253,20); }
H1.HeaderClassName
{
color: #D1FD14;
}
.AnyTagClassName
{
color: #D1FD14;
}
</style>
background-color css
<style>
a { background-color: #D1FD14; }
a { background-color: rgb(209,253,20); }
div.DivClassName
{
background-color: #D1FD14;
}
.BgClassName
{
background-color: #D1FD14;
}
</style>
border-color css
<style>
span { border-color: #D1FD14; }
span { border-color: rgb(209,253,20); }
td.TdClassName
{
border-color: #D1FD14;
}
.TagClassName
{
border-color: #D1FD14;
}
</style>