Shades of Electric Lime #D0F61A
Tints of Electric Lime #D0F61A
RGB
CMYK
RGB Variations
Color information
#D0F61A (or 0xD0F61A) is known color: Electric Lime. HEX triplet: D0, F6 and 1A. RGB value is (208,246,26). Sum of RGB (Red+Green+Blue) = 208+246+26=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F61A is #2F09E5. Grayscale: #D2D2D2. Windows color (decimal): -3082726 or 1767120. OLE color: 1767120.
HSL color Cylindrical-coordinate representation of color #D0F61A: hue angle of 70.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0F61A is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 26 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.04 |
| HSL | 70.36º | 0.92% | 0.53% | - |
| HSV(B) | 70.36º | 0.89% | 0.96% | - |
| XYZ | 59.15 | 79.4 | 13.18 | - |
| YUV | 209.56 | 24.41 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 26 | 0.15 | 0 | 0.89 | 0.04 | 70.36 | 0.92 | 0.53 |
| Hex | D0 | F6 | 1A | F | 0 | 59 | 4 | 46 | 5C | 35 |
| Octal | 320 | 366 | 32 | 17 | 0 | 131 | 4 | 106 | 134 | 65 |
| Binary | 11010000 | 11110110 | 11010 | 1111 | 0 | 1011001 | 100 | 1000110 | 1011100 | 110101 |
Color Harmonies of #D0F61A
Complementary color
Monochromatic Colors of #D0F61A
Black with #D0F61A
Text Example
Text Example
White with #D0F61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F61A; }
p { color: rgb(208,246,26); }
H1.HeaderClassName
{
color: #D0F61A;
}
.AnyTagClassName
{
color: #D0F61A;
}
</style>
background-color css
<style>
a { background-color: #D0F61A; }
a { background-color: rgb(208,246,26); }
div.DivClassName
{
background-color: #D0F61A;
}
.BgClassName
{
background-color: #D0F61A;
}
</style>
border-color css
<style>
span { border-color: #D0F61A; }
span { border-color: rgb(208,246,26); }
td.TdClassName
{
border-color: #D0F61A;
}
.TagClassName
{
border-color: #D0F61A;
}
</style>