Shades of Electric Lime #D3FA15
Tints of Electric Lime #D3FA15
RGB
CMYK
RGB Variations
Color information
#D3FA15 (or 0xD3FA15) is known color: Electric Lime. HEX triplet: D3, FA and 15. RGB value is (211,250,21). Sum of RGB (Red+Green+Blue) = 211+250+21=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FA15 is #2C05EA. Grayscale: #D5D5D5. Windows color (decimal): -2885099 or 1440467. OLE color: 1440467.
HSL color Cylindrical-coordinate representation of color #D3FA15: hue angle of 70.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3FA15 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 21 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.02 |
| HSL | 70.22º | 0.96% | 0.53% | - |
| HSV(B) | 70.22º | 0.92% | 0.98% | - |
| XYZ | 61.18 | 82.27 | 13.37 | - |
| YUV | 212.23 | 20.08 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 21 | 0.16 | 0 | 0.92 | 0.02 | 70.22 | 0.96 | 0.53 |
| Hex | D3 | FA | 15 | 10 | 0 | 5C | 2 | 46 | 60 | 35 |
| Octal | 323 | 372 | 25 | 20 | 0 | 134 | 2 | 106 | 140 | 65 |
| Binary | 11010011 | 11111010 | 10101 | 10000 | 0 | 1011100 | 10 | 1000110 | 1100000 | 110101 |
Color Harmonies of #D3FA15
Complementary color
Monochromatic Colors of #D3FA15
Black with #D3FA15
Text Example
Text Example
White with #D3FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA15; }
p { color: rgb(211,250,21); }
H1.HeaderClassName
{
color: #D3FA15;
}
.AnyTagClassName
{
color: #D3FA15;
}
</style>
background-color css
<style>
a { background-color: #D3FA15; }
a { background-color: rgb(211,250,21); }
div.DivClassName
{
background-color: #D3FA15;
}
.BgClassName
{
background-color: #D3FA15;
}
</style>
border-color css
<style>
span { border-color: #D3FA15; }
span { border-color: rgb(211,250,21); }
td.TdClassName
{
border-color: #D3FA15;
}
.TagClassName
{
border-color: #D3FA15;
}
</style>