Shades of Electric Lime #D4F60C
Tints of Electric Lime #D4F60C
RGB
CMYK
RGB Variations
Color information
#D4F60C (or 0xD4F60C) is known color: Electric Lime. HEX triplet: D4, F6 and 0C. RGB value is (212,246,12). Sum of RGB (Red+Green+Blue) = 212+246+12=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F60C is #2B09F3. Grayscale: #D2D2D2. Windows color (decimal): -2820596 or 849620. OLE color: 849620.
HSL color Cylindrical-coordinate representation of color #D4F60C: hue angle of 68.72º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4F60C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.04 |
| HSL | 68.72º | 0.93% | 0.51% | - |
| HSV(B) | 68.72º | 0.95% | 0.96% | - |
| XYZ | 60.17 | 79.94 | 12.61 | - |
| YUV | 209.16 | 16.74 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 12 | 0.14 | 0 | 0.95 | 0.04 | 68.72 | 0.93 | 0.51 |
| Hex | D4 | F6 | C | E | 0 | 5F | 4 | 45 | 5D | 33 |
| Octal | 324 | 366 | 14 | 16 | 0 | 137 | 4 | 105 | 135 | 63 |
| Binary | 11010100 | 11110110 | 1100 | 1110 | 0 | 1011111 | 100 | 1000101 | 1011101 | 110011 |
Color Harmonies of #D4F60C
Complementary color
Monochromatic Colors of #D4F60C
Black with #D4F60C
Text Example
Text Example
White with #D4F60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F60C; }
p { color: rgb(212,246,12); }
H1.HeaderClassName
{
color: #D4F60C;
}
.AnyTagClassName
{
color: #D4F60C;
}
</style>
background-color css
<style>
a { background-color: #D4F60C; }
a { background-color: rgb(212,246,12); }
div.DivClassName
{
background-color: #D4F60C;
}
.BgClassName
{
background-color: #D4F60C;
}
</style>
border-color css
<style>
span { border-color: #D4F60C; }
span { border-color: rgb(212,246,12); }
td.TdClassName
{
border-color: #D4F60C;
}
.TagClassName
{
border-color: #D4F60C;
}
</style>