Shades of Electric Lime #D3F713
Tints of Electric Lime #D3F713
RGB
CMYK
RGB Variations
Color information
#D3F713 (or 0xD3F713) is known color: Electric Lime. HEX triplet: D3, F7 and 13. RGB value is (211,247,19). Sum of RGB (Red+Green+Blue) = 211+247+19=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F713 is #2C08EC. Grayscale: #D3D3D3. Windows color (decimal): -2885869 or 1308627. OLE color: 1308627.
HSL color Cylindrical-coordinate representation of color #D3F713: hue angle of 69.47º 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 #D3F713 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 19 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.03 |
| HSL | 69.47º | 0.93% | 0.52% | - |
| HSV(B) | 69.47º | 0.92% | 0.97% | - |
| XYZ | 60.24 | 80.42 | 12.96 | - |
| YUV | 210.24 | 20.07 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 19 | 0.15 | 0 | 0.92 | 0.03 | 69.47 | 0.93 | 0.52 |
| Hex | D3 | F7 | 13 | F | 0 | 5C | 3 | 45 | 5D | 34 |
| Octal | 323 | 367 | 23 | 17 | 0 | 134 | 3 | 105 | 135 | 64 |
| Binary | 11010011 | 11110111 | 10011 | 1111 | 0 | 1011100 | 11 | 1000101 | 1011101 | 110100 |
Color Harmonies of #D3F713
Complementary color
Monochromatic Colors of #D3F713
Black with #D3F713
Text Example
Text Example
White with #D3F713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F713; }
p { color: rgb(211,247,19); }
H1.HeaderClassName
{
color: #D3F713;
}
.AnyTagClassName
{
color: #D3F713;
}
</style>
background-color css
<style>
a { background-color: #D3F713; }
a { background-color: rgb(211,247,19); }
div.DivClassName
{
background-color: #D3F713;
}
.BgClassName
{
background-color: #D3F713;
}
</style>
border-color css
<style>
span { border-color: #D3F713; }
span { border-color: rgb(211,247,19); }
td.TdClassName
{
border-color: #D3F713;
}
.TagClassName
{
border-color: #D3F713;
}
</style>