Shades of Electric Lime #D4EF03
Tints of Electric Lime #D4EF03
RGB
CMYK
RGB Variations
Color information
#D4EF03 (or 0xD4EF03) is known color: Electric Lime. HEX triplet: D4, EF and 03. RGB value is (212,239,3). Sum of RGB (Red+Green+Blue) = 212+239+3=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EF03 is #2B10FC. Grayscale: #CCCCCC. Windows color (decimal): -2822397 or 258004. OLE color: 258004.
HSL color Cylindrical-coordinate representation of color #D4EF03: hue angle of 66.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4EF03 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.06 |
| HSL | 66.86º | 0.98% | 0.47% | - |
| HSV(B) | 66.86º | 0.99% | 0.94% | - |
| XYZ | 58.03 | 75.74 | 11.65 | - |
| YUV | 204.02 | 14.55 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 3 | 0.11 | 0 | 0.99 | 0.06 | 66.86 | 0.98 | 0.47 |
| Hex | D4 | EF | 3 | B | 0 | 63 | 6 | 43 | 62 | 2F |
| Octal | 324 | 357 | 3 | 13 | 0 | 143 | 6 | 103 | 142 | 57 |
| Binary | 11010100 | 11101111 | 11 | 1011 | 0 | 1100011 | 110 | 1000011 | 1100010 | 101111 |
Color Harmonies of #D4EF03
Complementary color
Monochromatic Colors of #D4EF03
Black with #D4EF03
Text Example
Text Example
White with #D4EF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF03; }
p { color: rgb(212,239,3); }
H1.HeaderClassName
{
color: #D4EF03;
}
.AnyTagClassName
{
color: #D4EF03;
}
</style>
background-color css
<style>
a { background-color: #D4EF03; }
a { background-color: rgb(212,239,3); }
div.DivClassName
{
background-color: #D4EF03;
}
.BgClassName
{
background-color: #D4EF03;
}
</style>
border-color css
<style>
span { border-color: #D4EF03; }
span { border-color: rgb(212,239,3); }
td.TdClassName
{
border-color: #D4EF03;
}
.TagClassName
{
border-color: #D4EF03;
}
</style>