Shades of Electric Lime #D3F405
Tints of Electric Lime #D3F405
RGB
CMYK
RGB Variations
Color information
#D3F405 (or 0xD3F405) is known color: Electric Lime. HEX triplet: D3, F4 and 05. RGB value is (211,244,5). Sum of RGB (Red+Green+Blue) = 211+244+5=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 244 (95.70% from 255 or 53.04% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F405 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F405 is #2C0BFA. Grayscale: #CFCFCF. Windows color (decimal): -2886651 or 390355. OLE color: 390355.
HSL color Cylindrical-coordinate representation of color #D3F405: hue angle of 68.28º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3F405 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.04 |
| HSL | 68.28º | 0.96% | 0.49% | - |
| HSV(B) | 68.28º | 0.98% | 0.96% | - |
| XYZ | 59.24 | 78.56 | 12.19 | - |
| YUV | 206.89 | 14.07 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 5 | 0.14 | 0 | 0.98 | 0.04 | 68.28 | 0.96 | 0.49 |
| Hex | D3 | F4 | 5 | E | 0 | 62 | 4 | 44 | 60 | 31 |
| Octal | 323 | 364 | 5 | 16 | 0 | 142 | 4 | 104 | 140 | 61 |
| Binary | 11010011 | 11110100 | 101 | 1110 | 0 | 1100010 | 100 | 1000100 | 1100000 | 110001 |
Color Harmonies of #D3F405
Complementary color
Monochromatic Colors of #D3F405
Black with #D3F405
Text Example
Text Example
White with #D3F405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F405; }
p { color: rgb(211,244,5); }
H1.HeaderClassName
{
color: #D3F405;
}
.AnyTagClassName
{
color: #D3F405;
}
</style>
background-color css
<style>
a { background-color: #D3F405; }
a { background-color: rgb(211,244,5); }
div.DivClassName
{
background-color: #D3F405;
}
.BgClassName
{
background-color: #D3F405;
}
</style>
border-color css
<style>
span { border-color: #D3F405; }
span { border-color: rgb(211,244,5); }
td.TdClassName
{
border-color: #D3F405;
}
.TagClassName
{
border-color: #D3F405;
}
</style>