Shades of Electric Lime #D4FB11
Tints of Electric Lime #D4FB11
RGB
CMYK
RGB Variations
Color information
#D4FB11 (or 0xD4FB11) is known color: Electric Lime. HEX triplet: D4, FB and 11. RGB value is (212,251,17). Sum of RGB (Red+Green+Blue) = 212+251+17=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FB11 is #2B04EE. Grayscale: #D5D5D5. Windows color (decimal): -2819311 or 1178580. OLE color: 1178580.
HSL color Cylindrical-coordinate representation of color #D4FB11: hue angle of 70º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4FB11 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.02 |
| HSL | 70º | 0.97% | 0.53% | - |
| HSV(B) | 70º | 0.93% | 0.98% | - |
| XYZ | 61.75 | 83.03 | 13.3 | - |
| YUV | 212.66 | 17.58 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 17 | 0.16 | 0 | 0.93 | 0.02 | 70 | 0.97 | 0.53 |
| Hex | D4 | FB | 11 | 10 | 0 | 5D | 2 | 46 | 61 | 35 |
| Octal | 324 | 373 | 21 | 20 | 0 | 135 | 2 | 106 | 141 | 65 |
| Binary | 11010100 | 11111011 | 10001 | 10000 | 0 | 1011101 | 10 | 1000110 | 1100001 | 110101 |
Color Harmonies of #D4FB11
Complementary color
Monochromatic Colors of #D4FB11
Black with #D4FB11
Text Example
Text Example
White with #D4FB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB11; }
p { color: rgb(212,251,17); }
H1.HeaderClassName
{
color: #D4FB11;
}
.AnyTagClassName
{
color: #D4FB11;
}
</style>
background-color css
<style>
a { background-color: #D4FB11; }
a { background-color: rgb(212,251,17); }
div.DivClassName
{
background-color: #D4FB11;
}
.BgClassName
{
background-color: #D4FB11;
}
</style>
border-color css
<style>
span { border-color: #D4FB11; }
span { border-color: rgb(212,251,17); }
td.TdClassName
{
border-color: #D4FB11;
}
.TagClassName
{
border-color: #D4FB11;
}
</style>