Shades of Electric Lime #D0F602
Tints of Electric Lime #D0F602
RGB
CMYK
RGB Variations
Color information
#D0F602 (or 0xD0F602) is known color: Electric Lime. HEX triplet: D0, F6 and 02. RGB value is (208,246,2). Sum of RGB (Red+Green+Blue) = 208+246+2=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F602 is #2F09FD. Grayscale: #CFCFCF. Windows color (decimal): -3082750 or 194256. OLE color: 194256.
HSL color Cylindrical-coordinate representation of color #D0F602: hue angle of 69.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0F602 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.04 |
| HSL | 69.34º | 0.98% | 0.49% | - |
| HSV(B) | 69.34º | 0.99% | 0.96% | - |
| XYZ | 58.98 | 79.33 | 12.26 | - |
| YUV | 206.82 | 12.41 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 2 | 0.15 | 0 | 0.99 | 0.04 | 69.34 | 0.98 | 0.49 |
| Hex | D0 | F6 | 2 | F | 0 | 63 | 4 | 45 | 62 | 31 |
| Octal | 320 | 366 | 2 | 17 | 0 | 143 | 4 | 105 | 142 | 61 |
| Binary | 11010000 | 11110110 | 10 | 1111 | 0 | 1100011 | 100 | 1000101 | 1100010 | 110001 |
Color Harmonies of #D0F602
Complementary color
Monochromatic Colors of #D0F602
Black with #D0F602
Text Example
Text Example
White with #D0F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F602; }
p { color: rgb(208,246,2); }
H1.HeaderClassName
{
color: #D0F602;
}
.AnyTagClassName
{
color: #D0F602;
}
</style>
background-color css
<style>
a { background-color: #D0F602; }
a { background-color: rgb(208,246,2); }
div.DivClassName
{
background-color: #D0F602;
}
.BgClassName
{
background-color: #D0F602;
}
</style>
border-color css
<style>
span { border-color: #D0F602; }
span { border-color: rgb(208,246,2); }
td.TdClassName
{
border-color: #D0F602;
}
.TagClassName
{
border-color: #D0F602;
}
</style>