Shades of Electric Lime #D3F810
Tints of Electric Lime #D3F810
RGB
CMYK
RGB Variations
Color information
#D3F810 (or 0xD3F810) is known color: Electric Lime. HEX triplet: D3, F8 and 10. RGB value is (211,248,16). Sum of RGB (Red+Green+Blue) = 211+248+16=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F810 is #2C07EF. Grayscale: #D3D3D3. Windows color (decimal): -2885616 or 1112275. OLE color: 1112275.
HSL color Cylindrical-coordinate representation of color #D3F810: hue angle of 69.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3F810 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 248 | 16 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.03 |
| HSL | 69.57º | 0.94% | 0.52% | - |
| HSV(B) | 69.57º | 0.94% | 0.97% | - |
| XYZ | 60.52 | 81.02 | 12.94 | - |
| YUV | 210.49 | 18.24 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 16 | 0.15 | 0 | 0.94 | 0.03 | 69.57 | 0.94 | 0.52 |
| Hex | D3 | F8 | 10 | F | 0 | 5E | 3 | 46 | 5E | 34 |
| Octal | 323 | 370 | 20 | 17 | 0 | 136 | 3 | 106 | 136 | 64 |
| Binary | 11010011 | 11111000 | 10000 | 1111 | 0 | 1011110 | 11 | 1000110 | 1011110 | 110100 |
Color Harmonies of #D3F810
Complementary color
Monochromatic Colors of #D3F810
Black with #D3F810
Text Example
Text Example
White with #D3F810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F810; }
p { color: rgb(211,248,16); }
H1.HeaderClassName
{
color: #D3F810;
}
.AnyTagClassName
{
color: #D3F810;
}
</style>
background-color css
<style>
a { background-color: #D3F810; }
a { background-color: rgb(211,248,16); }
div.DivClassName
{
background-color: #D3F810;
}
.BgClassName
{
background-color: #D3F810;
}
</style>
border-color css
<style>
span { border-color: #D3F810; }
span { border-color: rgb(211,248,16); }
td.TdClassName
{
border-color: #D3F810;
}
.TagClassName
{
border-color: #D3F810;
}
</style>