Shades of Electric Lime #D4FD0C
Tints of Electric Lime #D4FD0C
RGB
CMYK
RGB Variations
Color information
#D4FD0C (or 0xD4FD0C) is known color: Electric Lime. HEX triplet: D4, FD and 0C. RGB value is (212,253,12). Sum of RGB (Red+Green+Blue) = 212+253+12=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FD0C is #2B02F3. Grayscale: #D6D6D6. Windows color (decimal): -2818804 or 851412. OLE color: 851412.
HSL color Cylindrical-coordinate representation of color #D4FD0C: hue angle of 70.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4FD0C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 253 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.01 |
| HSL | 70.21º | 0.98% | 0.52% | - |
| HSV(B) | 70.21º | 0.95% | 0.99% | - |
| XYZ | 62.34 | 84.27 | 13.33 | - |
| YUV | 213.27 | 14.42 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 253 | 12 | 0.16 | 0 | 0.95 | 0.01 | 70.21 | 0.98 | 0.52 |
| Hex | D4 | FD | C | 10 | 0 | 5F | 1 | 46 | 62 | 34 |
| Octal | 324 | 375 | 14 | 20 | 0 | 137 | 1 | 106 | 142 | 64 |
| Binary | 11010100 | 11111101 | 1100 | 10000 | 0 | 1011111 | 1 | 1000110 | 1100010 | 110100 |
Color Harmonies of #D4FD0C
Complementary color
Monochromatic Colors of #D4FD0C
Black with #D4FD0C
Text Example
Text Example
White with #D4FD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FD0C; }
p { color: rgb(212,253,12); }
H1.HeaderClassName
{
color: #D4FD0C;
}
.AnyTagClassName
{
color: #D4FD0C;
}
</style>
background-color css
<style>
a { background-color: #D4FD0C; }
a { background-color: rgb(212,253,12); }
div.DivClassName
{
background-color: #D4FD0C;
}
.BgClassName
{
background-color: #D4FD0C;
}
</style>
border-color css
<style>
span { border-color: #D4FD0C; }
span { border-color: rgb(212,253,12); }
td.TdClassName
{
border-color: #D4FD0C;
}
.TagClassName
{
border-color: #D4FD0C;
}
</style>