Shades of Electric Lime #D1FE13
Tints of Electric Lime #D1FE13
RGB
CMYK
RGB Variations
Color information
#D1FE13 (or 0xD1FE13) is known color: Electric Lime. HEX triplet: D1, FE and 13. RGB value is (209,254,19). Sum of RGB (Red+Green+Blue) = 209+254+19=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1FE13 is #2E01EC. Grayscale: #D6D6D6. Windows color (decimal): -3015149 or 1310417. OLE color: 1310417.
HSL color Cylindrical-coordinate representation of color #D1FE13: hue angle of 71.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1FE13 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 19 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.00 |
| HSL | 71.49º | 0.99% | 0.54% | - |
| HSV(B) | 71.49º | 0.93% | 1% | - |
| XYZ | 61.85 | 84.49 | 13.66 | - |
| YUV | 213.76 | 18.09 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 19 | 0.18 | 0 | 0.93 | 0.00 | 71.49 | 0.99 | 0.54 |
| Hex | D1 | FE | 13 | 12 | 0 | 5D | 0 | 47 | 63 | 36 |
| Octal | 321 | 376 | 23 | 22 | 0 | 135 | 0 | 107 | 143 | 66 |
| Binary | 11010001 | 11111110 | 10011 | 10010 | 0 | 1011101 | 0 | 1000111 | 1100011 | 110110 |
Color Harmonies of #D1FE13
Complementary color
Monochromatic Colors of #D1FE13
Black with #D1FE13
Text Example
Text Example
White with #D1FE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE13; }
p { color: rgb(209,254,19); }
H1.HeaderClassName
{
color: #D1FE13;
}
.AnyTagClassName
{
color: #D1FE13;
}
</style>
background-color css
<style>
a { background-color: #D1FE13; }
a { background-color: rgb(209,254,19); }
div.DivClassName
{
background-color: #D1FE13;
}
.BgClassName
{
background-color: #D1FE13;
}
</style>
border-color css
<style>
span { border-color: #D1FE13; }
span { border-color: rgb(209,254,19); }
td.TdClassName
{
border-color: #D1FE13;
}
.TagClassName
{
border-color: #D1FE13;
}
</style>