Shades of Electric Lime #D1F208
Tints of Electric Lime #D1F208
RGB
CMYK
RGB Variations
Color information
#D1F208 (or 0xD1F208) is known color: Electric Lime. HEX triplet: D1, F2 and 08. RGB value is (209,242,8). Sum of RGB (Red+Green+Blue) = 209+242+8=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F208 is #2E0DF7. Grayscale: #CECECE. Windows color (decimal): -3018232 or 586449. OLE color: 586449.
HSL color Cylindrical-coordinate representation of color #D1F208: hue angle of 68.46º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1F208 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 8 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.05 |
| HSL | 68.46º | 0.94% | 0.49% | - |
| HSV(B) | 68.46º | 0.97% | 0.95% | - |
| XYZ | 58.09 | 77.08 | 12.05 | - |
| YUV | 205.46 | 16.57 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 8 | 0.14 | 0 | 0.97 | 0.05 | 68.46 | 0.94 | 0.49 |
| Hex | D1 | F2 | 8 | E | 0 | 61 | 5 | 44 | 5E | 31 |
| Octal | 321 | 362 | 10 | 16 | 0 | 141 | 5 | 104 | 136 | 61 |
| Binary | 11010001 | 11110010 | 1000 | 1110 | 0 | 1100001 | 101 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D1F208
Complementary color
Monochromatic Colors of #D1F208
Black with #D1F208
Text Example
Text Example
White with #D1F208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F208; }
p { color: rgb(209,242,8); }
H1.HeaderClassName
{
color: #D1F208;
}
.AnyTagClassName
{
color: #D1F208;
}
</style>
background-color css
<style>
a { background-color: #D1F208; }
a { background-color: rgb(209,242,8); }
div.DivClassName
{
background-color: #D1F208;
}
.BgClassName
{
background-color: #D1F208;
}
</style>
border-color css
<style>
span { border-color: #D1F208; }
span { border-color: rgb(209,242,8); }
td.TdClassName
{
border-color: #D1F208;
}
.TagClassName
{
border-color: #D1F208;
}
</style>