Shades of Electric Lime #D1F911
Tints of Electric Lime #D1F911
RGB
CMYK
RGB Variations
Color information
#D1F911 (or 0xD1F911) is known color: Electric Lime. HEX triplet: D1, F9 and 11. RGB value is (209,249,17). Sum of RGB (Red+Green+Blue) = 209+249+17=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F911 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F911 is #2E06EE. Grayscale: #D3D3D3. Windows color (decimal): -3016431 or 1178065. OLE color: 1178065.
HSL color Cylindrical-coordinate representation of color #D1F911: hue angle of 70.34º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1F911 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.02 |
| HSL | 70.34º | 0.95% | 0.52% | - |
| HSV(B) | 70.34º | 0.93% | 0.98% | - |
| XYZ | 60.27 | 81.35 | 13.06 | - |
| YUV | 210.59 | 18.75 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 17 | 0.16 | 0 | 0.93 | 0.02 | 70.34 | 0.95 | 0.52 |
| Hex | D1 | F9 | 11 | 10 | 0 | 5D | 2 | 46 | 5F | 34 |
| Octal | 321 | 371 | 21 | 20 | 0 | 135 | 2 | 106 | 137 | 64 |
| Binary | 11010001 | 11111001 | 10001 | 10000 | 0 | 1011101 | 10 | 1000110 | 1011111 | 110100 |
Color Harmonies of #D1F911
Complementary color
Monochromatic Colors of #D1F911
Black with #D1F911
Text Example
Text Example
White with #D1F911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F911; }
p { color: rgb(209,249,17); }
H1.HeaderClassName
{
color: #D1F911;
}
.AnyTagClassName
{
color: #D1F911;
}
</style>
background-color css
<style>
a { background-color: #D1F911; }
a { background-color: rgb(209,249,17); }
div.DivClassName
{
background-color: #D1F911;
}
.BgClassName
{
background-color: #D1F911;
}
</style>
border-color css
<style>
span { border-color: #D1F911; }
span { border-color: rgb(209,249,17); }
td.TdClassName
{
border-color: #D1F911;
}
.TagClassName
{
border-color: #D1F911;
}
</style>