Shades of Electric Lime #D0F107
Tints of Electric Lime #D0F107
RGB
CMYK
RGB Variations
Color information
#D0F107 (or 0xD0F107) is known color: Electric Lime. HEX triplet: D0, F1 and 07. RGB value is (208,241,7). Sum of RGB (Red+Green+Blue) = 208+241+7=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F107 is #2F0EF8. Grayscale: #CDCDCD. Windows color (decimal): -3084025 or 520656. OLE color: 520656.
HSL color Cylindrical-coordinate representation of color #D0F107: hue angle of 68.46º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0F107 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.05 |
| HSL | 68.46º | 0.94% | 0.49% | - |
| HSV(B) | 68.46º | 0.97% | 0.95% | - |
| XYZ | 57.51 | 76.34 | 11.9 | - |
| YUV | 204.46 | 16.57 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 7 | 0.14 | 0 | 0.97 | 0.05 | 68.46 | 0.94 | 0.49 |
| Hex | D0 | F1 | 7 | E | 0 | 61 | 5 | 44 | 5E | 31 |
| Octal | 320 | 361 | 7 | 16 | 0 | 141 | 5 | 104 | 136 | 61 |
| Binary | 11010000 | 11110001 | 111 | 1110 | 0 | 1100001 | 101 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D0F107
Complementary color
Monochromatic Colors of #D0F107
Black with #D0F107
Text Example
Text Example
White with #D0F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F107; }
p { color: rgb(208,241,7); }
H1.HeaderClassName
{
color: #D0F107;
}
.AnyTagClassName
{
color: #D0F107;
}
</style>
background-color css
<style>
a { background-color: #D0F107; }
a { background-color: rgb(208,241,7); }
div.DivClassName
{
background-color: #D0F107;
}
.BgClassName
{
background-color: #D0F107;
}
</style>
border-color css
<style>
span { border-color: #D0F107; }
span { border-color: rgb(208,241,7); }
td.TdClassName
{
border-color: #D0F107;
}
.TagClassName
{
border-color: #D0F107;
}
</style>