Shades of Electric Lime #D1EB04
Tints of Electric Lime #D1EB04
RGB
CMYK
RGB Variations
Color information
#D1EB04 (or 0xD1EB04) is known color: Electric Lime. HEX triplet: D1, EB and 04. RGB value is (209,235,4). Sum of RGB (Red+Green+Blue) = 209+235+4=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EB04 is #2E14FB. Grayscale: #C9C9C9. Windows color (decimal): -3020028 or 322513. OLE color: 322513.
HSL color Cylindrical-coordinate representation of color #D1EB04: hue angle of 66.75º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1EB04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.08 |
| HSL | 66.75º | 0.97% | 0.47% | - |
| HSV(B) | 66.75º | 0.98% | 0.92% | - |
| XYZ | 56.02 | 72.98 | 11.25 | - |
| YUV | 200.89 | 16.89 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 4 | 0.11 | 0 | 0.98 | 0.08 | 66.75 | 0.97 | 0.47 |
| Hex | D1 | EB | 4 | B | 0 | 62 | 8 | 43 | 61 | 2F |
| Octal | 321 | 353 | 4 | 13 | 0 | 142 | 10 | 103 | 141 | 57 |
| Binary | 11010001 | 11101011 | 100 | 1011 | 0 | 1100010 | 1000 | 1000011 | 1100001 | 101111 |
Color Harmonies of #D1EB04
Complementary color
Monochromatic Colors of #D1EB04
Black with #D1EB04
Text Example
Text Example
White with #D1EB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB04; }
p { color: rgb(209,235,4); }
H1.HeaderClassName
{
color: #D1EB04;
}
.AnyTagClassName
{
color: #D1EB04;
}
</style>
background-color css
<style>
a { background-color: #D1EB04; }
a { background-color: rgb(209,235,4); }
div.DivClassName
{
background-color: #D1EB04;
}
.BgClassName
{
background-color: #D1EB04;
}
</style>
border-color css
<style>
span { border-color: #D1EB04; }
span { border-color: rgb(209,235,4); }
td.TdClassName
{
border-color: #D1EB04;
}
.TagClassName
{
border-color: #D1EB04;
}
</style>