Shades of Electric Lime #D4F409
Tints of Electric Lime #D4F409
RGB
CMYK
RGB Variations
Color information
#D4F409 (or 0xD4F409) is known color: Electric Lime. HEX triplet: D4, F4 and 09. RGB value is (212,244,9). Sum of RGB (Red+Green+Blue) = 212+244+9=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F409 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F409 is #2B0BF6. Grayscale: #D0D0D0. Windows color (decimal): -2821111 or 652500. OLE color: 652500.
HSL color Cylindrical-coordinate representation of color #D4F409: hue angle of 68.17º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4F409 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 9 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.04 |
| HSL | 68.17º | 0.93% | 0.5% | - |
| HSV(B) | 68.17º | 0.96% | 0.96% | - |
| XYZ | 59.55 | 78.72 | 12.31 | - |
| YUV | 207.64 | 15.9 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 9 | 0.13 | 0 | 0.96 | 0.04 | 68.17 | 0.93 | 0.5 |
| Hex | D4 | F4 | 9 | D | 0 | 60 | 4 | 44 | 5D | 32 |
| Octal | 324 | 364 | 11 | 15 | 0 | 140 | 4 | 104 | 135 | 62 |
| Binary | 11010100 | 11110100 | 1001 | 1101 | 0 | 1100000 | 100 | 1000100 | 1011101 | 110010 |
Color Harmonies of #D4F409
Complementary color
Monochromatic Colors of #D4F409
Black with #D4F409
Text Example
Text Example
White with #D4F409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F409; }
p { color: rgb(212,244,9); }
H1.HeaderClassName
{
color: #D4F409;
}
.AnyTagClassName
{
color: #D4F409;
}
</style>
background-color css
<style>
a { background-color: #D4F409; }
a { background-color: rgb(212,244,9); }
div.DivClassName
{
background-color: #D4F409;
}
.BgClassName
{
background-color: #D4F409;
}
</style>
border-color css
<style>
span { border-color: #D4F409; }
span { border-color: rgb(212,244,9); }
td.TdClassName
{
border-color: #D4F409;
}
.TagClassName
{
border-color: #D4F409;
}
</style>