Shades of Electric Lime #D4F70B
Tints of Electric Lime #D4F70B
RGB
CMYK
RGB Variations
Color information
#D4F70B (or 0xD4F70B) is known color: Electric Lime. HEX triplet: D4, F7 and 0B. RGB value is (212,247,11). Sum of RGB (Red+Green+Blue) = 212+247+11=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F70B is #2B08F4. Grayscale: #D2D2D2. Windows color (decimal): -2820341 or 784340. OLE color: 784340.
HSL color Cylindrical-coordinate representation of color #D4F70B: hue angle of 68.9º 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 #D4F70B is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 11 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.03 |
| HSL | 68.9º | 0.94% | 0.51% | - |
| HSV(B) | 68.9º | 0.96% | 0.97% | - |
| XYZ | 60.47 | 80.54 | 12.68 | - |
| YUV | 209.63 | 15.9 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 11 | 0.14 | 0 | 0.96 | 0.03 | 68.9 | 0.94 | 0.51 |
| Hex | D4 | F7 | B | E | 0 | 60 | 3 | 45 | 5E | 33 |
| Octal | 324 | 367 | 13 | 16 | 0 | 140 | 3 | 105 | 136 | 63 |
| Binary | 11010100 | 11110111 | 1011 | 1110 | 0 | 1100000 | 11 | 1000101 | 1011110 | 110011 |
Color Harmonies of #D4F70B
Complementary color
Monochromatic Colors of #D4F70B
Black with #D4F70B
Text Example
Text Example
White with #D4F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F70B; }
p { color: rgb(212,247,11); }
H1.HeaderClassName
{
color: #D4F70B;
}
.AnyTagClassName
{
color: #D4F70B;
}
</style>
background-color css
<style>
a { background-color: #D4F70B; }
a { background-color: rgb(212,247,11); }
div.DivClassName
{
background-color: #D4F70B;
}
.BgClassName
{
background-color: #D4F70B;
}
</style>
border-color css
<style>
span { border-color: #D4F70B; }
span { border-color: rgb(212,247,11); }
td.TdClassName
{
border-color: #D4F70B;
}
.TagClassName
{
border-color: #D4F70B;
}
</style>