Shades of Electric Lime #D4F70C
Tints of Electric Lime #D4F70C
RGB
CMYK
RGB Variations
Color information
#D4F70C (or 0xD4F70C) is known color: Electric Lime. HEX triplet: D4, F7 and 0C. RGB value is (212,247,12). Sum of RGB (Red+Green+Blue) = 212+247+12=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F70C is #2B08F3. Grayscale: #D2D2D2. Windows color (decimal): -2820340 or 849876. OLE color: 849876.
HSL color Cylindrical-coordinate representation of color #D4F70C: hue angle of 68.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4F70C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.03 |
| HSL | 68.94º | 0.94% | 0.51% | - |
| HSV(B) | 68.94º | 0.95% | 0.97% | - |
| XYZ | 60.48 | 80.55 | 12.71 | - |
| YUV | 209.75 | 16.4 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 12 | 0.14 | 0 | 0.95 | 0.03 | 68.94 | 0.94 | 0.51 |
| Hex | D4 | F7 | C | E | 0 | 5F | 3 | 45 | 5E | 33 |
| Octal | 324 | 367 | 14 | 16 | 0 | 137 | 3 | 105 | 136 | 63 |
| Binary | 11010100 | 11110111 | 1100 | 1110 | 0 | 1011111 | 11 | 1000101 | 1011110 | 110011 |
Color Harmonies of #D4F70C
Complementary color
Monochromatic Colors of #D4F70C
Black with #D4F70C
Text Example
Text Example
White with #D4F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F70C; }
p { color: rgb(212,247,12); }
H1.HeaderClassName
{
color: #D4F70C;
}
.AnyTagClassName
{
color: #D4F70C;
}
</style>
background-color css
<style>
a { background-color: #D4F70C; }
a { background-color: rgb(212,247,12); }
div.DivClassName
{
background-color: #D4F70C;
}
.BgClassName
{
background-color: #D4F70C;
}
</style>
border-color css
<style>
span { border-color: #D4F70C; }
span { border-color: rgb(212,247,12); }
td.TdClassName
{
border-color: #D4F70C;
}
.TagClassName
{
border-color: #D4F70C;
}
</style>