Shades of Electric Lime #D1F10F
Tints of Electric Lime #D1F10F
RGB
CMYK
RGB Variations
Color information
#D1F10F (or 0xD1F10F) is known color: Electric Lime. HEX triplet: D1, F1 and 0F. RGB value is (209,241,15). Sum of RGB (Red+Green+Blue) = 209+241+15=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F10F is #2E0EF0. Grayscale: #CECECE. Windows color (decimal): -3018481 or 1044945. OLE color: 1044945.
HSL color Cylindrical-coordinate representation of color #D1F10F: hue angle of 68.5º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1F10F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 15 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.05 |
| HSL | 68.5º | 0.89% | 0.5% | - |
| HSV(B) | 68.5º | 0.94% | 0.95% | - |
| XYZ | 57.84 | 76.5 | 12.17 | - |
| YUV | 205.67 | 20.4 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 15 | 0.13 | 0 | 0.94 | 0.05 | 68.5 | 0.89 | 0.5 |
| Hex | D1 | F1 | F | D | 0 | 5E | 5 | 44 | 59 | 32 |
| Octal | 321 | 361 | 17 | 15 | 0 | 136 | 5 | 104 | 131 | 62 |
| Binary | 11010001 | 11110001 | 1111 | 1101 | 0 | 1011110 | 101 | 1000100 | 1011001 | 110010 |
Color Harmonies of #D1F10F
Complementary color
Monochromatic Colors of #D1F10F
Black with #D1F10F
Text Example
Text Example
White with #D1F10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F10F; }
p { color: rgb(209,241,15); }
H1.HeaderClassName
{
color: #D1F10F;
}
.AnyTagClassName
{
color: #D1F10F;
}
</style>
background-color css
<style>
a { background-color: #D1F10F; }
a { background-color: rgb(209,241,15); }
div.DivClassName
{
background-color: #D1F10F;
}
.BgClassName
{
background-color: #D1F10F;
}
</style>
border-color css
<style>
span { border-color: #D1F10F; }
span { border-color: rgb(209,241,15); }
td.TdClassName
{
border-color: #D1F10F;
}
.TagClassName
{
border-color: #D1F10F;
}
</style>