Shades of Electric Lime #D4FA11
Tints of Electric Lime #D4FA11
RGB
CMYK
RGB Variations
Color information
#D4FA11 (or 0xD4FA11) is known color: Electric Lime. HEX triplet: D4, FA and 11. RGB value is (212,250,17). Sum of RGB (Red+Green+Blue) = 212+250+17=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FA11 is #2B05EE. Grayscale: #D4D4D4. Windows color (decimal): -2819567 or 1178324. OLE color: 1178324.
HSL color Cylindrical-coordinate representation of color #D4FA11: hue angle of 69.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4FA11 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 17 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.02 |
| HSL | 69.79º | 0.96% | 0.52% | - |
| HSV(B) | 69.79º | 0.93% | 0.98% | - |
| XYZ | 61.44 | 82.41 | 13.2 | - |
| YUV | 212.08 | 17.91 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 17 | 0.15 | 0 | 0.93 | 0.02 | 69.79 | 0.96 | 0.52 |
| Hex | D4 | FA | 11 | F | 0 | 5D | 2 | 46 | 60 | 34 |
| Octal | 324 | 372 | 21 | 17 | 0 | 135 | 2 | 106 | 140 | 64 |
| Binary | 11010100 | 11111010 | 10001 | 1111 | 0 | 1011101 | 10 | 1000110 | 1100000 | 110100 |
Color Harmonies of #D4FA11
Complementary color
Monochromatic Colors of #D4FA11
Black with #D4FA11
Text Example
Text Example
White with #D4FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA11; }
p { color: rgb(212,250,17); }
H1.HeaderClassName
{
color: #D4FA11;
}
.AnyTagClassName
{
color: #D4FA11;
}
</style>
background-color css
<style>
a { background-color: #D4FA11; }
a { background-color: rgb(212,250,17); }
div.DivClassName
{
background-color: #D4FA11;
}
.BgClassName
{
background-color: #D4FA11;
}
</style>
border-color css
<style>
span { border-color: #D4FA11; }
span { border-color: rgb(212,250,17); }
td.TdClassName
{
border-color: #D4FA11;
}
.TagClassName
{
border-color: #D4FA11;
}
</style>