Shades of Electric Lime #D4F317
Tints of Electric Lime #D4F317
RGB
CMYK
RGB Variations
Color information
#D4F317 (or 0xD4F317) is known color: Electric Lime. HEX triplet: D4, F3 and 17. RGB value is (212,243,23). Sum of RGB (Red+Green+Blue) = 212+243+23=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 23 (9.38% from 255 or 4.81% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F317 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F317 is #2B0CE8. Grayscale: #D1D1D1. Windows color (decimal): -2821353 or 1569748. OLE color: 1569748.
HSL color Cylindrical-coordinate representation of color #D4F317: hue angle of 68.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4F317 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 23 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.05 |
| HSL | 68.45º | 0.9% | 0.52% | - |
| HSV(B) | 68.45º | 0.91% | 0.95% | - |
| XYZ | 59.36 | 78.16 | 12.77 | - |
| YUV | 208.65 | 23.23 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 23 | 0.13 | 0 | 0.91 | 0.05 | 68.45 | 0.9 | 0.52 |
| Hex | D4 | F3 | 17 | D | 0 | 5B | 5 | 44 | 5A | 34 |
| Octal | 324 | 363 | 27 | 15 | 0 | 133 | 5 | 104 | 132 | 64 |
| Binary | 11010100 | 11110011 | 10111 | 1101 | 0 | 1011011 | 101 | 1000100 | 1011010 | 110100 |
Color Harmonies of #D4F317
Complementary color
Monochromatic Colors of #D4F317
Black with #D4F317
Text Example
Text Example
White with #D4F317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F317; }
p { color: rgb(212,243,23); }
H1.HeaderClassName
{
color: #D4F317;
}
.AnyTagClassName
{
color: #D4F317;
}
</style>
background-color css
<style>
a { background-color: #D4F317; }
a { background-color: rgb(212,243,23); }
div.DivClassName
{
background-color: #D4F317;
}
.BgClassName
{
background-color: #D4F317;
}
</style>
border-color css
<style>
span { border-color: #D4F317; }
span { border-color: rgb(212,243,23); }
td.TdClassName
{
border-color: #D4F317;
}
.TagClassName
{
border-color: #D4F317;
}
</style>