Shades of Electric Lime #D0F71C
Tints of Electric Lime #D0F71C
RGB
CMYK
RGB Variations
Color information
#D0F71C (or 0xD0F71C) is known color: Electric Lime. HEX triplet: D0, F7 and 1C. RGB value is (208,247,28). Sum of RGB (Red+Green+Blue) = 208+247+28=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F71C is #2F08E3. Grayscale: #D3D3D3. Windows color (decimal): -3082468 or 1898448. OLE color: 1898448.
HSL color Cylindrical-coordinate representation of color #D0F71C: hue angle of 70.68º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0F71C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 28 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.03 |
| HSL | 70.68º | 0.93% | 0.54% | - |
| HSV(B) | 70.68º | 0.89% | 0.97% | - |
| XYZ | 59.48 | 80.02 | 13.41 | - |
| YUV | 210.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 28 | 0.16 | 0 | 0.89 | 0.03 | 70.68 | 0.93 | 0.54 |
| Hex | D0 | F7 | 1C | 10 | 0 | 59 | 3 | 47 | 5D | 36 |
| Octal | 320 | 367 | 34 | 20 | 0 | 131 | 3 | 107 | 135 | 66 |
| Binary | 11010000 | 11110111 | 11100 | 10000 | 0 | 1011001 | 11 | 1000111 | 1011101 | 110110 |
Color Harmonies of #D0F71C
Complementary color
Monochromatic Colors of #D0F71C
Black with #D0F71C
Text Example
Text Example
White with #D0F71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F71C; }
p { color: rgb(208,247,28); }
H1.HeaderClassName
{
color: #D0F71C;
}
.AnyTagClassName
{
color: #D0F71C;
}
</style>
background-color css
<style>
a { background-color: #D0F71C; }
a { background-color: rgb(208,247,28); }
div.DivClassName
{
background-color: #D0F71C;
}
.BgClassName
{
background-color: #D0F71C;
}
</style>
border-color css
<style>
span { border-color: #D0F71C; }
span { border-color: rgb(208,247,28); }
td.TdClassName
{
border-color: #D0F71C;
}
.TagClassName
{
border-color: #D0F71C;
}
</style>