Shades of Electric Lime #D0F61B
Tints of Electric Lime #D0F61B
RGB
CMYK
RGB Variations
Color information
#D0F61B (or 0xD0F61B) is known color: Electric Lime. HEX triplet: D0, F6 and 1B. RGB value is (208,246,27). Sum of RGB (Red+Green+Blue) = 208+246+27=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F61B is #2F09E4. Grayscale: #D2D2D2. Windows color (decimal): -3082725 or 1832656. OLE color: 1832656.
HSL color Cylindrical-coordinate representation of color #D0F61B: hue angle of 70.41º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0F61B is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 27 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.04 |
| HSL | 70.41º | 0.92% | 0.54% | - |
| HSV(B) | 70.41º | 0.89% | 0.96% | - |
| XYZ | 59.17 | 79.4 | 13.24 | - |
| YUV | 209.67 | 24.91 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 27 | 0.15 | 0 | 0.89 | 0.04 | 70.41 | 0.92 | 0.54 |
| Hex | D0 | F6 | 1B | F | 0 | 59 | 4 | 46 | 5C | 36 |
| Octal | 320 | 366 | 33 | 17 | 0 | 131 | 4 | 106 | 134 | 66 |
| Binary | 11010000 | 11110110 | 11011 | 1111 | 0 | 1011001 | 100 | 1000110 | 1011100 | 110110 |
Color Harmonies of #D0F61B
Complementary color
Monochromatic Colors of #D0F61B
Black with #D0F61B
Text Example
Text Example
White with #D0F61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F61B; }
p { color: rgb(208,246,27); }
H1.HeaderClassName
{
color: #D0F61B;
}
.AnyTagClassName
{
color: #D0F61B;
}
</style>
background-color css
<style>
a { background-color: #D0F61B; }
a { background-color: rgb(208,246,27); }
div.DivClassName
{
background-color: #D0F61B;
}
.BgClassName
{
background-color: #D0F61B;
}
</style>
border-color css
<style>
span { border-color: #D0F61B; }
span { border-color: rgb(208,246,27); }
td.TdClassName
{
border-color: #D0F61B;
}
.TagClassName
{
border-color: #D0F61B;
}
</style>