Shades of Electric Lime #D1F700
Tints of Electric Lime #D1F700
RGB
CMYK
RGB Variations
Color information
#D1F700 (or 0xD1F700) is known color: Electric Lime. HEX triplet: D1, F7 and 00. RGB value is (209,247,0). Sum of RGB (Red+Green+Blue) = 209+247+0=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F700 is #2E08FF. Grayscale: #D0D0D0. Windows color (decimal): -3016960 or 63441. OLE color: 63441.
HSL color Cylindrical-coordinate representation of color #D1F700: hue angle of 69.23º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1F700 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.03 |
| HSL | 69.23º | 1% | 0.48% | - |
| HSV(B) | 69.23º | 1% | 0.97% | - |
| XYZ | 59.56 | 80.08 | 12.32 | - |
| YUV | 207.48 | 10.91 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 0 | 0.15 | 0 | 1 | 0.03 | 69.23 | 1 | 0.48 |
| Hex | D1 | F7 | 0 | F | 0 | 64 | 3 | 45 | 64 | 30 |
| Octal | 321 | 367 | 0 | 17 | 0 | 144 | 3 | 105 | 144 | 60 |
| Binary | 11010001 | 11110111 | 0 | 1111 | 0 | 1100100 | 11 | 1000101 | 1100100 | 110000 |
Color Harmonies of #D1F700
Complementary color
Monochromatic Colors of #D1F700
Black with #D1F700
Text Example
Text Example
White with #D1F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F700; }
p { color: rgb(209,247,0); }
H1.HeaderClassName
{
color: #D1F700;
}
.AnyTagClassName
{
color: #D1F700;
}
</style>
background-color css
<style>
a { background-color: #D1F700; }
a { background-color: rgb(209,247,0); }
div.DivClassName
{
background-color: #D1F700;
}
.BgClassName
{
background-color: #D1F700;
}
</style>
border-color css
<style>
span { border-color: #D1F700; }
span { border-color: rgb(209,247,0); }
td.TdClassName
{
border-color: #D1F700;
}
.TagClassName
{
border-color: #D1F700;
}
</style>