Shades of Electric Lime #D4F10C
Tints of Electric Lime #D4F10C
RGB
CMYK
RGB Variations
Color information
#D4F10C (or 0xD4F10C) is known color: Electric Lime. HEX triplet: D4, F1 and 0C. RGB value is (212,241,12). Sum of RGB (Red+Green+Blue) = 212+241+12=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F10C is #2B0EF3. Grayscale: #CFCFCF. Windows color (decimal): -2821876 or 848340. OLE color: 848340.
HSL color Cylindrical-coordinate representation of color #D4F10C: hue angle of 67.6º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4F10C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.05 |
| HSL | 67.6º | 0.91% | 0.5% | - |
| HSV(B) | 67.6º | 0.95% | 0.95% | - |
| XYZ | 58.67 | 76.93 | 12.11 | - |
| YUV | 206.22 | 18.39 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 12 | 0.12 | 0 | 0.95 | 0.05 | 67.6 | 0.91 | 0.5 |
| Hex | D4 | F1 | C | C | 0 | 5F | 5 | 44 | 5B | 32 |
| Octal | 324 | 361 | 14 | 14 | 0 | 137 | 5 | 104 | 133 | 62 |
| Binary | 11010100 | 11110001 | 1100 | 1100 | 0 | 1011111 | 101 | 1000100 | 1011011 | 110010 |
Color Harmonies of #D4F10C
Complementary color
Monochromatic Colors of #D4F10C
Black with #D4F10C
Text Example
Text Example
White with #D4F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F10C; }
p { color: rgb(212,241,12); }
H1.HeaderClassName
{
color: #D4F10C;
}
.AnyTagClassName
{
color: #D4F10C;
}
</style>
background-color css
<style>
a { background-color: #D4F10C; }
a { background-color: rgb(212,241,12); }
div.DivClassName
{
background-color: #D4F10C;
}
.BgClassName
{
background-color: #D4F10C;
}
</style>
border-color css
<style>
span { border-color: #D4F10C; }
span { border-color: rgb(212,241,12); }
td.TdClassName
{
border-color: #D4F10C;
}
.TagClassName
{
border-color: #D4F10C;
}
</style>