Shades of Electric Lime #D3F614
Tints of Electric Lime #D3F614
RGB
CMYK
RGB Variations
Color information
#D3F614 (or 0xD3F614) is known color: Electric Lime. HEX triplet: D3, F6 and 14. RGB value is (211,246,20). Sum of RGB (Red+Green+Blue) = 211+246+20=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F614 is #2C09EB. Grayscale: #D2D2D2. Windows color (decimal): -2886124 or 1373907. OLE color: 1373907.
HSL color Cylindrical-coordinate representation of color #D3F614: hue angle of 69.29º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3F614 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.04 |
| HSL | 69.29º | 0.93% | 0.52% | - |
| HSV(B) | 69.29º | 0.92% | 0.96% | - |
| XYZ | 59.95 | 79.81 | 12.91 | - |
| YUV | 209.77 | 20.9 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 20 | 0.14 | 0 | 0.92 | 0.04 | 69.29 | 0.93 | 0.52 |
| Hex | D3 | F6 | 14 | E | 0 | 5C | 4 | 45 | 5D | 34 |
| Octal | 323 | 366 | 24 | 16 | 0 | 134 | 4 | 105 | 135 | 64 |
| Binary | 11010011 | 11110110 | 10100 | 1110 | 0 | 1011100 | 100 | 1000101 | 1011101 | 110100 |
Color Harmonies of #D3F614
Complementary color
Monochromatic Colors of #D3F614
Black with #D3F614
Text Example
Text Example
White with #D3F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F614; }
p { color: rgb(211,246,20); }
H1.HeaderClassName
{
color: #D3F614;
}
.AnyTagClassName
{
color: #D3F614;
}
</style>
background-color css
<style>
a { background-color: #D3F614; }
a { background-color: rgb(211,246,20); }
div.DivClassName
{
background-color: #D3F614;
}
.BgClassName
{
background-color: #D3F614;
}
</style>
border-color css
<style>
span { border-color: #D3F614; }
span { border-color: rgb(211,246,20); }
td.TdClassName
{
border-color: #D3F614;
}
.TagClassName
{
border-color: #D3F614;
}
</style>