Shades of Electric Lime #D0F105
Tints of Electric Lime #D0F105
RGB
CMYK
RGB Variations
Color information
#D0F105 (or 0xD0F105) is known color: Electric Lime. HEX triplet: D0, F1 and 05. RGB value is (208,241,5). Sum of RGB (Red+Green+Blue) = 208+241+5=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F105 is #2F0EFA. Grayscale: #CDCDCD. Windows color (decimal): -3084027 or 389584. OLE color: 389584.
HSL color Cylindrical-coordinate representation of color #D0F105: hue angle of 68.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0F105 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.05 |
| HSL | 68.39º | 0.96% | 0.48% | - |
| HSV(B) | 68.39º | 0.98% | 0.95% | - |
| XYZ | 57.5 | 76.33 | 11.85 | - |
| YUV | 204.23 | 15.57 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 5 | 0.14 | 0 | 0.98 | 0.05 | 68.39 | 0.96 | 0.48 |
| Hex | D0 | F1 | 5 | E | 0 | 62 | 5 | 44 | 60 | 30 |
| Octal | 320 | 361 | 5 | 16 | 0 | 142 | 5 | 104 | 140 | 60 |
| Binary | 11010000 | 11110001 | 101 | 1110 | 0 | 1100010 | 101 | 1000100 | 1100000 | 110000 |
Color Harmonies of #D0F105
Complementary color
Monochromatic Colors of #D0F105
Black with #D0F105
Text Example
Text Example
White with #D0F105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F105; }
p { color: rgb(208,241,5); }
H1.HeaderClassName
{
color: #D0F105;
}
.AnyTagClassName
{
color: #D0F105;
}
</style>
background-color css
<style>
a { background-color: #D0F105; }
a { background-color: rgb(208,241,5); }
div.DivClassName
{
background-color: #D0F105;
}
.BgClassName
{
background-color: #D0F105;
}
</style>
border-color css
<style>
span { border-color: #D0F105; }
span { border-color: rgb(208,241,5); }
td.TdClassName
{
border-color: #D0F105;
}
.TagClassName
{
border-color: #D0F105;
}
</style>