Shades of Electric Lime #D4FF13
Tints of Electric Lime #D4FF13
RGB
CMYK
RGB Variations
Color information
#D4FF13 (or 0xD4FF13) is known color: Electric Lime. HEX triplet: D4, FF and 13. RGB value is (212,255,19). Sum of RGB (Red+Green+Blue) = 212+255+19=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FF13 is #2B00EC. Grayscale: #D8D8D8. Windows color (decimal): -2818285 or 1310676. OLE color: 1310676.
HSL color Cylindrical-coordinate representation of color #D4FF13: hue angle of 70.93º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4FF13 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 19 | - |
| CMYK | 0.17 | 0 | 0.93 | 0 |
| HSL | 70.93º | 1% | 0.54% | - |
| HSV(B) | 70.93º | 0.93% | 1% | - |
| XYZ | 63.03 | 85.56 | 13.81 | - |
| YUV | 215.24 | 17.25 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 19 | 0.17 | 0 | 0.93 | 0 | 70.93 | 1 | 0.54 |
| Hex | D4 | FF | 13 | 11 | 0 | 5D | 0 | 47 | 64 | 36 |
| Octal | 324 | 377 | 23 | 21 | 0 | 135 | 0 | 107 | 144 | 66 |
| Binary | 11010100 | 11111111 | 10011 | 10001 | 0 | 1011101 | 0 | 1000111 | 1100100 | 110110 |
Color Harmonies of #D4FF13
Complementary color
Monochromatic Colors of #D4FF13
Black with #D4FF13
Text Example
Text Example
White with #D4FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF13; }
p { color: rgb(212,255,19); }
H1.HeaderClassName
{
color: #D4FF13;
}
.AnyTagClassName
{
color: #D4FF13;
}
</style>
background-color css
<style>
a { background-color: #D4FF13; }
a { background-color: rgb(212,255,19); }
div.DivClassName
{
background-color: #D4FF13;
}
.BgClassName
{
background-color: #D4FF13;
}
</style>
border-color css
<style>
span { border-color: #D4FF13; }
span { border-color: rgb(212,255,19); }
td.TdClassName
{
border-color: #D4FF13;
}
.TagClassName
{
border-color: #D4FF13;
}
</style>