Shades of Electric Lime #D4F106
Tints of Electric Lime #D4F106
RGB
CMYK
RGB Variations
Color information
#D4F106 (or 0xD4F106) is known color: Electric Lime. HEX triplet: D4, F1 and 06. RGB value is (212,241,6). Sum of RGB (Red+Green+Blue) = 212+241+6=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F106 is #2B0EF9. Grayscale: #CECECE. Windows color (decimal): -2821882 or 455124. OLE color: 455124.
HSL color Cylindrical-coordinate representation of color #D4F106: hue angle of 67.4º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4F106 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 6 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.05 |
| HSL | 67.4º | 0.95% | 0.48% | - |
| HSV(B) | 67.4º | 0.98% | 0.95% | - |
| XYZ | 58.64 | 76.92 | 11.93 | - |
| YUV | 205.54 | 15.39 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 6 | 0.12 | 0 | 0.98 | 0.05 | 67.4 | 0.95 | 0.48 |
| Hex | D4 | F1 | 6 | C | 0 | 62 | 5 | 43 | 5F | 30 |
| Octal | 324 | 361 | 6 | 14 | 0 | 142 | 5 | 103 | 137 | 60 |
| Binary | 11010100 | 11110001 | 110 | 1100 | 0 | 1100010 | 101 | 1000011 | 1011111 | 110000 |
Color Harmonies of #D4F106
Complementary color
Monochromatic Colors of #D4F106
Black with #D4F106
Text Example
Text Example
White with #D4F106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F106; }
p { color: rgb(212,241,6); }
H1.HeaderClassName
{
color: #D4F106;
}
.AnyTagClassName
{
color: #D4F106;
}
</style>
background-color css
<style>
a { background-color: #D4F106; }
a { background-color: rgb(212,241,6); }
div.DivClassName
{
background-color: #D4F106;
}
.BgClassName
{
background-color: #D4F106;
}
</style>
border-color css
<style>
span { border-color: #D4F106; }
span { border-color: rgb(212,241,6); }
td.TdClassName
{
border-color: #D4F106;
}
.TagClassName
{
border-color: #D4F106;
}
</style>