Shades of Electric Lime #D1F30E
Tints of Electric Lime #D1F30E
RGB
CMYK
RGB Variations
Color information
#D1F30E (or 0xD1F30E) is known color: Electric Lime. HEX triplet: D1, F3 and 0E. RGB value is (209,243,14). Sum of RGB (Red+Green+Blue) = 209+243+14=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F30E is #2E0CF1. Grayscale: #CFCFCF. Windows color (decimal): -3017970 or 979921. OLE color: 979921.
HSL color Cylindrical-coordinate representation of color #D1F30E: hue angle of 68.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1F30E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.05 |
| HSL | 68.91º | 0.91% | 0.5% | - |
| HSV(B) | 68.91º | 0.94% | 0.95% | - |
| XYZ | 58.42 | 77.69 | 12.33 | - |
| YUV | 206.73 | 19.24 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 14 | 0.14 | 0 | 0.94 | 0.05 | 68.91 | 0.91 | 0.5 |
| Hex | D1 | F3 | E | E | 0 | 5E | 5 | 45 | 5B | 32 |
| Octal | 321 | 363 | 16 | 16 | 0 | 136 | 5 | 105 | 133 | 62 |
| Binary | 11010001 | 11110011 | 1110 | 1110 | 0 | 1011110 | 101 | 1000101 | 1011011 | 110010 |
Color Harmonies of #D1F30E
Complementary color
Monochromatic Colors of #D1F30E
Black with #D1F30E
Text Example
Text Example
White with #D1F30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F30E; }
p { color: rgb(209,243,14); }
H1.HeaderClassName
{
color: #D1F30E;
}
.AnyTagClassName
{
color: #D1F30E;
}
</style>
background-color css
<style>
a { background-color: #D1F30E; }
a { background-color: rgb(209,243,14); }
div.DivClassName
{
background-color: #D1F30E;
}
.BgClassName
{
background-color: #D1F30E;
}
</style>
border-color css
<style>
span { border-color: #D1F30E; }
span { border-color: rgb(209,243,14); }
td.TdClassName
{
border-color: #D1F30E;
}
.TagClassName
{
border-color: #D1F30E;
}
</style>