Shades of Electric Lime #D1F405
Tints of Electric Lime #D1F405
RGB
CMYK
RGB Variations
Color information
#D1F405 (or 0xD1F405) is known color: Electric Lime. HEX triplet: D1, F4 and 05. RGB value is (209,244,5). Sum of RGB (Red+Green+Blue) = 209+244+5=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F405 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F405 is #2E0BFA. Grayscale: #CFCFCF. Windows color (decimal): -3017723 or 390353. OLE color: 390353.
HSL color Cylindrical-coordinate representation of color #D1F405: hue angle of 68.79º 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 #D1F405 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.04 |
| HSL | 68.79º | 0.96% | 0.49% | - |
| HSV(B) | 68.79º | 0.98% | 0.96% | - |
| XYZ | 58.67 | 78.27 | 12.16 | - |
| YUV | 206.29 | 14.4 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 5 | 0.14 | 0 | 0.98 | 0.04 | 68.79 | 0.96 | 0.49 |
| Hex | D1 | F4 | 5 | E | 0 | 62 | 4 | 45 | 60 | 31 |
| Octal | 321 | 364 | 5 | 16 | 0 | 142 | 4 | 105 | 140 | 61 |
| Binary | 11010001 | 11110100 | 101 | 1110 | 0 | 1100010 | 100 | 1000101 | 1100000 | 110001 |
Color Harmonies of #D1F405
Complementary color
Monochromatic Colors of #D1F405
Black with #D1F405
Text Example
Text Example
White with #D1F405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F405; }
p { color: rgb(209,244,5); }
H1.HeaderClassName
{
color: #D1F405;
}
.AnyTagClassName
{
color: #D1F405;
}
</style>
background-color css
<style>
a { background-color: #D1F405; }
a { background-color: rgb(209,244,5); }
div.DivClassName
{
background-color: #D1F405;
}
.BgClassName
{
background-color: #D1F405;
}
</style>
border-color css
<style>
span { border-color: #D1F405; }
span { border-color: rgb(209,244,5); }
td.TdClassName
{
border-color: #D1F405;
}
.TagClassName
{
border-color: #D1F405;
}
</style>