Shades of Electric Lime #D4F40A
Tints of Electric Lime #D4F40A
RGB
CMYK
RGB Variations
Color information
#D4F40A (or 0xD4F40A) is known color: Electric Lime. HEX triplet: D4, F4 and 0A. RGB value is (212,244,10). Sum of RGB (Red+Green+Blue) = 212+244+10=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F40A is #2B0BF5. Grayscale: #D0D0D0. Windows color (decimal): -2821110 or 718036. OLE color: 718036.
HSL color Cylindrical-coordinate representation of color #D4F40A: hue angle of 68.21º degrees, saturation: 0.92, 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 #D4F40A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.04 |
| HSL | 68.21º | 0.92% | 0.5% | - |
| HSV(B) | 68.21º | 0.96% | 0.96% | - |
| XYZ | 59.56 | 78.72 | 12.34 | - |
| YUV | 207.76 | 16.4 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 10 | 0.13 | 0 | 0.96 | 0.04 | 68.21 | 0.92 | 0.5 |
| Hex | D4 | F4 | A | D | 0 | 60 | 4 | 44 | 5C | 32 |
| Octal | 324 | 364 | 12 | 15 | 0 | 140 | 4 | 104 | 134 | 62 |
| Binary | 11010100 | 11110100 | 1010 | 1101 | 0 | 1100000 | 100 | 1000100 | 1011100 | 110010 |
Color Harmonies of #D4F40A
Complementary color
Monochromatic Colors of #D4F40A
Black with #D4F40A
Text Example
Text Example
White with #D4F40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F40A; }
p { color: rgb(212,244,10); }
H1.HeaderClassName
{
color: #D4F40A;
}
.AnyTagClassName
{
color: #D4F40A;
}
</style>
background-color css
<style>
a { background-color: #D4F40A; }
a { background-color: rgb(212,244,10); }
div.DivClassName
{
background-color: #D4F40A;
}
.BgClassName
{
background-color: #D4F40A;
}
</style>
border-color css
<style>
span { border-color: #D4F40A; }
span { border-color: rgb(212,244,10); }
td.TdClassName
{
border-color: #D4F40A;
}
.TagClassName
{
border-color: #D4F40A;
}
</style>