Shades of Electric Lime #D4F613
Tints of Electric Lime #D4F613
RGB
CMYK
RGB Variations
Color information
#D4F613 (or 0xD4F613) is known color: Electric Lime. HEX triplet: D4, F6 and 13. RGB value is (212,246,19). Sum of RGB (Red+Green+Blue) = 212+246+19=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F613 is #2B09EC. Grayscale: #D2D2D2. Windows color (decimal): -2820589 or 1308372. OLE color: 1308372.
HSL color Cylindrical-coordinate representation of color #D4F613: hue angle of 68.99º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4F613 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 19 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.04 |
| HSL | 68.99º | 0.93% | 0.52% | - |
| HSV(B) | 68.99º | 0.92% | 0.96% | - |
| XYZ | 60.22 | 79.96 | 12.87 | - |
| YUV | 209.96 | 20.24 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 19 | 0.14 | 0 | 0.92 | 0.04 | 68.99 | 0.93 | 0.52 |
| Hex | D4 | F6 | 13 | E | 0 | 5C | 4 | 45 | 5D | 34 |
| Octal | 324 | 366 | 23 | 16 | 0 | 134 | 4 | 105 | 135 | 64 |
| Binary | 11010100 | 11110110 | 10011 | 1110 | 0 | 1011100 | 100 | 1000101 | 1011101 | 110100 |
Color Harmonies of #D4F613
Complementary color
Monochromatic Colors of #D4F613
Black with #D4F613
Text Example
Text Example
White with #D4F613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F613; }
p { color: rgb(212,246,19); }
H1.HeaderClassName
{
color: #D4F613;
}
.AnyTagClassName
{
color: #D4F613;
}
</style>
background-color css
<style>
a { background-color: #D4F613; }
a { background-color: rgb(212,246,19); }
div.DivClassName
{
background-color: #D4F613;
}
.BgClassName
{
background-color: #D4F613;
}
</style>
border-color css
<style>
span { border-color: #D4F613; }
span { border-color: rgb(212,246,19); }
td.TdClassName
{
border-color: #D4F613;
}
.TagClassName
{
border-color: #D4F613;
}
</style>