Shades of Electric Lime #D0F406
Tints of Electric Lime #D0F406
RGB
CMYK
RGB Variations
Color information
#D0F406 (or 0xD0F406) is known color: Electric Lime. HEX triplet: D0, F4 and 06. RGB value is (208,244,6). Sum of RGB (Red+Green+Blue) = 208+244+6=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F406 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F406 is #2F0BF9. Grayscale: #CFCFCF. Windows color (decimal): -3083258 or 455888. OLE color: 455888.
HSL color Cylindrical-coordinate representation of color #D0F406: hue angle of 69.08º degrees, saturation: 0.95, 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 #D0F406 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 6 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.04 |
| HSL | 69.08º | 0.95% | 0.49% | - |
| HSV(B) | 69.08º | 0.98% | 0.96% | - |
| XYZ | 58.4 | 78.12 | 12.17 | - |
| YUV | 206.1 | 15.07 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 6 | 0.15 | 0 | 0.98 | 0.04 | 69.08 | 0.95 | 0.49 |
| Hex | D0 | F4 | 6 | F | 0 | 62 | 4 | 45 | 5F | 31 |
| Octal | 320 | 364 | 6 | 17 | 0 | 142 | 4 | 105 | 137 | 61 |
| Binary | 11010000 | 11110100 | 110 | 1111 | 0 | 1100010 | 100 | 1000101 | 1011111 | 110001 |
Color Harmonies of #D0F406
Complementary color
Monochromatic Colors of #D0F406
Black with #D0F406
Text Example
Text Example
White with #D0F406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F406; }
p { color: rgb(208,244,6); }
H1.HeaderClassName
{
color: #D0F406;
}
.AnyTagClassName
{
color: #D0F406;
}
</style>
background-color css
<style>
a { background-color: #D0F406; }
a { background-color: rgb(208,244,6); }
div.DivClassName
{
background-color: #D0F406;
}
.BgClassName
{
background-color: #D0F406;
}
</style>
border-color css
<style>
span { border-color: #D0F406; }
span { border-color: rgb(208,244,6); }
td.TdClassName
{
border-color: #D0F406;
}
.TagClassName
{
border-color: #D0F406;
}
</style>