Shades of Electric Lime #D1FB1D
Tints of Electric Lime #D1FB1D
RGB
CMYK
RGB Variations
Color information
#D1FB1D (or 0xD1FB1D) is known color: Electric Lime. HEX triplet: D1, FB and 1D. RGB value is (209,251,29). Sum of RGB (Red+Green+Blue) = 209+251+29=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB1D is #2E04E2. Grayscale: #D5D5D5. Windows color (decimal): -3015907 or 1965009. OLE color: 1965009.
HSL color Cylindrical-coordinate representation of color #D1FB1D: hue angle of 71.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1FB1D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.02 |
| HSL | 71.35º | 0.97% | 0.55% | - |
| HSV(B) | 71.35º | 0.88% | 0.98% | - |
| XYZ | 61.01 | 82.64 | 13.9 | - |
| YUV | 213.13 | 24.09 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 29 | 0.17 | 0 | 0.88 | 0.02 | 71.35 | 0.97 | 0.55 |
| Hex | D1 | FB | 1D | 11 | 0 | 58 | 2 | 47 | 61 | 37 |
| Octal | 321 | 373 | 35 | 21 | 0 | 130 | 2 | 107 | 141 | 67 |
| Binary | 11010001 | 11111011 | 11101 | 10001 | 0 | 1011000 | 10 | 1000111 | 1100001 | 110111 |
Color Harmonies of #D1FB1D
Complementary color
Monochromatic Colors of #D1FB1D
Black with #D1FB1D
Text Example
Text Example
White with #D1FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB1D; }
p { color: rgb(209,251,29); }
H1.HeaderClassName
{
color: #D1FB1D;
}
.AnyTagClassName
{
color: #D1FB1D;
}
</style>
background-color css
<style>
a { background-color: #D1FB1D; }
a { background-color: rgb(209,251,29); }
div.DivClassName
{
background-color: #D1FB1D;
}
.BgClassName
{
background-color: #D1FB1D;
}
</style>
border-color css
<style>
span { border-color: #D1FB1D; }
span { border-color: rgb(209,251,29); }
td.TdClassName
{
border-color: #D1FB1D;
}
.TagClassName
{
border-color: #D1FB1D;
}
</style>