Shades of Electric Lime #D4F80B
Tints of Electric Lime #D4F80B
RGB
CMYK
RGB Variations
Color information
#D4F80B (or 0xD4F80B) is known color: Electric Lime. HEX triplet: D4, F8 and 0B. RGB value is (212,248,11). Sum of RGB (Red+Green+Blue) = 212+248+11=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F80B is #2B07F4. Grayscale: #D3D3D3. Windows color (decimal): -2820085 or 784596. OLE color: 784596.
HSL color Cylindrical-coordinate representation of color #D4F80B: hue angle of 69.11º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4F80B is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 11 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.03 |
| HSL | 69.11º | 0.94% | 0.51% | - |
| HSV(B) | 69.11º | 0.96% | 0.97% | - |
| XYZ | 60.78 | 81.16 | 12.78 | - |
| YUV | 210.22 | 15.57 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 11 | 0.15 | 0 | 0.96 | 0.03 | 69.11 | 0.94 | 0.51 |
| Hex | D4 | F8 | B | F | 0 | 60 | 3 | 45 | 5E | 33 |
| Octal | 324 | 370 | 13 | 17 | 0 | 140 | 3 | 105 | 136 | 63 |
| Binary | 11010100 | 11111000 | 1011 | 1111 | 0 | 1100000 | 11 | 1000101 | 1011110 | 110011 |
Color Harmonies of #D4F80B
Complementary color
Monochromatic Colors of #D4F80B
Black with #D4F80B
Text Example
Text Example
White with #D4F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F80B; }
p { color: rgb(212,248,11); }
H1.HeaderClassName
{
color: #D4F80B;
}
.AnyTagClassName
{
color: #D4F80B;
}
</style>
background-color css
<style>
a { background-color: #D4F80B; }
a { background-color: rgb(212,248,11); }
div.DivClassName
{
background-color: #D4F80B;
}
.BgClassName
{
background-color: #D4F80B;
}
</style>
border-color css
<style>
span { border-color: #D4F80B; }
span { border-color: rgb(212,248,11); }
td.TdClassName
{
border-color: #D4F80B;
}
.TagClassName
{
border-color: #D4F80B;
}
</style>