Shades of Electric Lime #D1F200
Tints of Electric Lime #D1F200
RGB
CMYK
RGB Variations
Color information
#D1F200 (or 0xD1F200) is known color: Electric Lime. HEX triplet: D1, F2 and 00. RGB value is (209,242,0). Sum of RGB (Red+Green+Blue) = 209+242+0=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F200 is #2E0DFF. Grayscale: #CDCDCD. Windows color (decimal): -3018240 or 62161. OLE color: 62161.
HSL color Cylindrical-coordinate representation of color #D1F200: hue angle of 68.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1F200 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.05 |
| HSL | 68.18º | 1% | 0.47% | - |
| HSV(B) | 68.18º | 1% | 0.95% | - |
| XYZ | 58.05 | 77.06 | 11.81 | - |
| YUV | 204.55 | 12.57 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 0 | 0.14 | 0 | 1 | 0.05 | 68.18 | 1 | 0.47 |
| Hex | D1 | F2 | 0 | E | 0 | 64 | 5 | 44 | 64 | 2F |
| Octal | 321 | 362 | 0 | 16 | 0 | 144 | 5 | 104 | 144 | 57 |
| Binary | 11010001 | 11110010 | 0 | 1110 | 0 | 1100100 | 101 | 1000100 | 1100100 | 101111 |
Color Harmonies of #D1F200
Complementary color
Monochromatic Colors of #D1F200
Black with #D1F200
Text Example
Text Example
White with #D1F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F200; }
p { color: rgb(209,242,0); }
H1.HeaderClassName
{
color: #D1F200;
}
.AnyTagClassName
{
color: #D1F200;
}
</style>
background-color css
<style>
a { background-color: #D1F200; }
a { background-color: rgb(209,242,0); }
div.DivClassName
{
background-color: #D1F200;
}
.BgClassName
{
background-color: #D1F200;
}
</style>
border-color css
<style>
span { border-color: #D1F200; }
span { border-color: rgb(209,242,0); }
td.TdClassName
{
border-color: #D1F200;
}
.TagClassName
{
border-color: #D1F200;
}
</style>