Shades of Electric Lime #D3F714
Tints of Electric Lime #D3F714
RGB
CMYK
RGB Variations
Color information
#D3F714 (or 0xD3F714) is known color: Electric Lime. HEX triplet: D3, F7 and 14. RGB value is (211,247,20). Sum of RGB (Red+Green+Blue) = 211+247+20=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F714 is #2C08EB. Grayscale: #D3D3D3. Windows color (decimal): -2885868 or 1374163. OLE color: 1374163.
HSL color Cylindrical-coordinate representation of color #D3F714: hue angle of 69.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3F714 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 20 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.03 |
| HSL | 69.52º | 0.93% | 0.52% | - |
| HSV(B) | 69.52º | 0.92% | 0.97% | - |
| XYZ | 60.25 | 80.42 | 13.01 | - |
| YUV | 210.36 | 20.57 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 20 | 0.15 | 0 | 0.92 | 0.03 | 69.52 | 0.93 | 0.52 |
| Hex | D3 | F7 | 14 | F | 0 | 5C | 3 | 46 | 5D | 34 |
| Octal | 323 | 367 | 24 | 17 | 0 | 134 | 3 | 106 | 135 | 64 |
| Binary | 11010011 | 11110111 | 10100 | 1111 | 0 | 1011100 | 11 | 1000110 | 1011101 | 110100 |
Color Harmonies of #D3F714
Complementary color
Monochromatic Colors of #D3F714
Black with #D3F714
Text Example
Text Example
White with #D3F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F714; }
p { color: rgb(211,247,20); }
H1.HeaderClassName
{
color: #D3F714;
}
.AnyTagClassName
{
color: #D3F714;
}
</style>
background-color css
<style>
a { background-color: #D3F714; }
a { background-color: rgb(211,247,20); }
div.DivClassName
{
background-color: #D3F714;
}
.BgClassName
{
background-color: #D3F714;
}
</style>
border-color css
<style>
span { border-color: #D3F714; }
span { border-color: rgb(211,247,20); }
td.TdClassName
{
border-color: #D3F714;
}
.TagClassName
{
border-color: #D3F714;
}
</style>