Shades of Electric Lime #D0F10A
Tints of Electric Lime #D0F10A
RGB
CMYK
RGB Variations
Color information
#D0F10A (or 0xD0F10A) is known color: Electric Lime. HEX triplet: D0, F1 and 0A. RGB value is (208,241,10). Sum of RGB (Red+Green+Blue) = 208+241+10=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F10A is #2F0EF5. Grayscale: #CDCDCD. Windows color (decimal): -3084022 or 717264. OLE color: 717264.
HSL color Cylindrical-coordinate representation of color #D0F10A: hue angle of 68.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0F10A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.05 |
| HSL | 68.57º | 0.92% | 0.49% | - |
| HSV(B) | 68.57º | 0.96% | 0.95% | - |
| XYZ | 57.52 | 76.34 | 11.99 | - |
| YUV | 204.8 | 18.07 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 10 | 0.14 | 0 | 0.96 | 0.05 | 68.57 | 0.92 | 0.49 |
| Hex | D0 | F1 | A | E | 0 | 60 | 5 | 45 | 5C | 31 |
| Octal | 320 | 361 | 12 | 16 | 0 | 140 | 5 | 105 | 134 | 61 |
| Binary | 11010000 | 11110001 | 1010 | 1110 | 0 | 1100000 | 101 | 1000101 | 1011100 | 110001 |
Color Harmonies of #D0F10A
Complementary color
Monochromatic Colors of #D0F10A
Black with #D0F10A
Text Example
Text Example
White with #D0F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F10A; }
p { color: rgb(208,241,10); }
H1.HeaderClassName
{
color: #D0F10A;
}
.AnyTagClassName
{
color: #D0F10A;
}
</style>
background-color css
<style>
a { background-color: #D0F10A; }
a { background-color: rgb(208,241,10); }
div.DivClassName
{
background-color: #D0F10A;
}
.BgClassName
{
background-color: #D0F10A;
}
</style>
border-color css
<style>
span { border-color: #D0F10A; }
span { border-color: rgb(208,241,10); }
td.TdClassName
{
border-color: #D0F10A;
}
.TagClassName
{
border-color: #D0F10A;
}
</style>