Shades of Electric Lime #D4F600
Tints of Electric Lime #D4F600
RGB
CMYK
RGB Variations
Color information
#D4F600 (or 0xD4F600) is known color: Electric Lime. HEX triplet: D4, F6 and 00. RGB value is (212,246,0). Sum of RGB (Red+Green+Blue) = 212+246+0=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F600 is #2B09FF. Grayscale: #D0D0D0. Windows color (decimal): -2820608 or 63188. OLE color: 63188.
HSL color Cylindrical-coordinate representation of color #D4F600: hue angle of 68.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4F600 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.04 |
| HSL | 68.29º | 1% | 0.48% | - |
| HSV(B) | 68.29º | 1% | 0.96% | - |
| XYZ | 60.11 | 79.91 | 12.26 | - |
| YUV | 207.79 | 10.74 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 0 | 0.14 | 0 | 1 | 0.04 | 68.29 | 1 | 0.48 |
| Hex | D4 | F6 | 0 | E | 0 | 64 | 4 | 44 | 64 | 30 |
| Octal | 324 | 366 | 0 | 16 | 0 | 144 | 4 | 104 | 144 | 60 |
| Binary | 11010100 | 11110110 | 0 | 1110 | 0 | 1100100 | 100 | 1000100 | 1100100 | 110000 |
Color Harmonies of #D4F600
Complementary color
Monochromatic Colors of #D4F600
Black with #D4F600
Text Example
Text Example
White with #D4F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F600; }
p { color: rgb(212,246,0); }
H1.HeaderClassName
{
color: #D4F600;
}
.AnyTagClassName
{
color: #D4F600;
}
</style>
background-color css
<style>
a { background-color: #D4F600; }
a { background-color: rgb(212,246,0); }
div.DivClassName
{
background-color: #D4F600;
}
.BgClassName
{
background-color: #D4F600;
}
</style>
border-color css
<style>
span { border-color: #D4F600; }
span { border-color: rgb(212,246,0); }
td.TdClassName
{
border-color: #D4F600;
}
.TagClassName
{
border-color: #D4F600;
}
</style>