Shades of Electric Lime #D4F308
Tints of Electric Lime #D4F308
RGB
CMYK
RGB Variations
Color information
#D4F308 (or 0xD4F308) is known color: Electric Lime. HEX triplet: D4, F3 and 08. RGB value is (212,243,8). Sum of RGB (Red+Green+Blue) = 212+243+8=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F308 is #2B0CF7. Grayscale: #CFCFCF. Windows color (decimal): -2821368 or 586708. OLE color: 586708.
HSL color Cylindrical-coordinate representation of color #D4F308: hue angle of 67.91º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4F308 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 8 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.05 |
| HSL | 67.91º | 0.94% | 0.49% | - |
| HSV(B) | 67.91º | 0.97% | 0.95% | - |
| XYZ | 59.25 | 78.12 | 12.19 | - |
| YUV | 206.94 | 15.73 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 8 | 0.13 | 0 | 0.97 | 0.05 | 67.91 | 0.94 | 0.49 |
| Hex | D4 | F3 | 8 | D | 0 | 61 | 5 | 44 | 5E | 31 |
| Octal | 324 | 363 | 10 | 15 | 0 | 141 | 5 | 104 | 136 | 61 |
| Binary | 11010100 | 11110011 | 1000 | 1101 | 0 | 1100001 | 101 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D4F308
Complementary color
Monochromatic Colors of #D4F308
Black with #D4F308
Text Example
Text Example
White with #D4F308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F308; }
p { color: rgb(212,243,8); }
H1.HeaderClassName
{
color: #D4F308;
}
.AnyTagClassName
{
color: #D4F308;
}
</style>
background-color css
<style>
a { background-color: #D4F308; }
a { background-color: rgb(212,243,8); }
div.DivClassName
{
background-color: #D4F308;
}
.BgClassName
{
background-color: #D4F308;
}
</style>
border-color css
<style>
span { border-color: #D4F308; }
span { border-color: rgb(212,243,8); }
td.TdClassName
{
border-color: #D4F308;
}
.TagClassName
{
border-color: #D4F308;
}
</style>