Shades of Electric Lime #D4F005
Tints of Electric Lime #D4F005
RGB
CMYK
RGB Variations
Color information
#D4F005 (or 0xD4F005) is known color: Electric Lime. HEX triplet: D4, F0 and 05. RGB value is (212,240,5). Sum of RGB (Red+Green+Blue) = 212+240+5=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F005 is #2B0FFA. Grayscale: #CDCDCD. Windows color (decimal): -2822139 or 389332. OLE color: 389332.
HSL color Cylindrical-coordinate representation of color #D4F005: hue angle of 67.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4F005 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.06 |
| HSL | 67.15º | 0.96% | 0.48% | - |
| HSV(B) | 67.15º | 0.98% | 0.94% | - |
| XYZ | 58.34 | 76.33 | 11.8 | - |
| YUV | 204.84 | 15.22 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 5 | 0.12 | 0 | 0.98 | 0.06 | 67.15 | 0.96 | 0.48 |
| Hex | D4 | F0 | 5 | C | 0 | 62 | 6 | 43 | 60 | 30 |
| Octal | 324 | 360 | 5 | 14 | 0 | 142 | 6 | 103 | 140 | 60 |
| Binary | 11010100 | 11110000 | 101 | 1100 | 0 | 1100010 | 110 | 1000011 | 1100000 | 110000 |
Color Harmonies of #D4F005
Complementary color
Monochromatic Colors of #D4F005
Black with #D4F005
Text Example
Text Example
White with #D4F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F005; }
p { color: rgb(212,240,5); }
H1.HeaderClassName
{
color: #D4F005;
}
.AnyTagClassName
{
color: #D4F005;
}
</style>
background-color css
<style>
a { background-color: #D4F005; }
a { background-color: rgb(212,240,5); }
div.DivClassName
{
background-color: #D4F005;
}
.BgClassName
{
background-color: #D4F005;
}
</style>
border-color css
<style>
span { border-color: #D4F005; }
span { border-color: rgb(212,240,5); }
td.TdClassName
{
border-color: #D4F005;
}
.TagClassName
{
border-color: #D4F005;
}
</style>