Shades of Electric Lime #D4F318
Tints of Electric Lime #D4F318
RGB
CMYK
RGB Variations
Color information
#D4F318 (or 0xD4F318) is known color: Electric Lime. HEX triplet: D4, F3 and 18. RGB value is (212,243,24). Sum of RGB (Red+Green+Blue) = 212+243+24=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F318 is #2B0CE7. Grayscale: #D1D1D1. Windows color (decimal): -2821352 or 1635284. OLE color: 1635284.
HSL color Cylindrical-coordinate representation of color #D4F318: hue angle of 68.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4F318 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 24 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.05 |
| HSL | 68.49º | 0.9% | 0.52% | - |
| HSV(B) | 68.49º | 0.9% | 0.95% | - |
| XYZ | 59.37 | 78.16 | 12.82 | - |
| YUV | 208.77 | 23.73 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 24 | 0.13 | 0 | 0.90 | 0.05 | 68.49 | 0.9 | 0.52 |
| Hex | D4 | F3 | 18 | D | 0 | 5A | 5 | 44 | 5A | 34 |
| Octal | 324 | 363 | 30 | 15 | 0 | 132 | 5 | 104 | 132 | 64 |
| Binary | 11010100 | 11110011 | 11000 | 1101 | 0 | 1011010 | 101 | 1000100 | 1011010 | 110100 |
Color Harmonies of #D4F318
Complementary color
Monochromatic Colors of #D4F318
Black with #D4F318
Text Example
Text Example
White with #D4F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F318; }
p { color: rgb(212,243,24); }
H1.HeaderClassName
{
color: #D4F318;
}
.AnyTagClassName
{
color: #D4F318;
}
</style>
background-color css
<style>
a { background-color: #D4F318; }
a { background-color: rgb(212,243,24); }
div.DivClassName
{
background-color: #D4F318;
}
.BgClassName
{
background-color: #D4F318;
}
</style>
border-color css
<style>
span { border-color: #D4F318; }
span { border-color: rgb(212,243,24); }
td.TdClassName
{
border-color: #D4F318;
}
.TagClassName
{
border-color: #D4F318;
}
</style>