Shades of Electric Lime #D1F209
Tints of Electric Lime #D1F209
RGB
CMYK
RGB Variations
Color information
#D1F209 (or 0xD1F209) is known color: Electric Lime. HEX triplet: D1, F2 and 09. RGB value is (209,242,9). Sum of RGB (Red+Green+Blue) = 209+242+9=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F209 is #2E0DF6. Grayscale: #CECECE. Windows color (decimal): -3018231 or 651985. OLE color: 651985.
HSL color Cylindrical-coordinate representation of color #D1F209: hue angle of 68.5º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1F209 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 9 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.05 |
| HSL | 68.5º | 0.93% | 0.49% | - |
| HSV(B) | 68.5º | 0.96% | 0.95% | - |
| XYZ | 58.1 | 77.08 | 12.07 | - |
| YUV | 205.57 | 17.07 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 9 | 0.14 | 0 | 0.96 | 0.05 | 68.5 | 0.93 | 0.49 |
| Hex | D1 | F2 | 9 | E | 0 | 60 | 5 | 44 | 5D | 31 |
| Octal | 321 | 362 | 11 | 16 | 0 | 140 | 5 | 104 | 135 | 61 |
| Binary | 11010001 | 11110010 | 1001 | 1110 | 0 | 1100000 | 101 | 1000100 | 1011101 | 110001 |
Color Harmonies of #D1F209
Complementary color
Monochromatic Colors of #D1F209
Black with #D1F209
Text Example
Text Example
White with #D1F209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F209; }
p { color: rgb(209,242,9); }
H1.HeaderClassName
{
color: #D1F209;
}
.AnyTagClassName
{
color: #D1F209;
}
</style>
background-color css
<style>
a { background-color: #D1F209; }
a { background-color: rgb(209,242,9); }
div.DivClassName
{
background-color: #D1F209;
}
.BgClassName
{
background-color: #D1F209;
}
</style>
border-color css
<style>
span { border-color: #D1F209; }
span { border-color: rgb(209,242,9); }
td.TdClassName
{
border-color: #D1F209;
}
.TagClassName
{
border-color: #D1F209;
}
</style>