Shades of Electric Lime #D1F207
Tints of Electric Lime #D1F207
RGB
CMYK
RGB Variations
Color information
#D1F207 (or 0xD1F207) is known color: Electric Lime. HEX triplet: D1, F2 and 07. RGB value is (209,242,7). Sum of RGB (Red+Green+Blue) = 209+242+7=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F207 is #2E0DF8. Grayscale: #CECECE. Windows color (decimal): -3018233 or 520913. OLE color: 520913.
HSL color Cylindrical-coordinate representation of color #D1F207: hue angle of 68.43º 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 #D1F207 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.05 |
| HSL | 68.43º | 0.94% | 0.49% | - |
| HSV(B) | 68.43º | 0.97% | 0.95% | - |
| XYZ | 58.08 | 77.07 | 12.02 | - |
| YUV | 205.34 | 16.07 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 7 | 0.14 | 0 | 0.97 | 0.05 | 68.43 | 0.94 | 0.49 |
| Hex | D1 | F2 | 7 | E | 0 | 61 | 5 | 44 | 5E | 31 |
| Octal | 321 | 362 | 7 | 16 | 0 | 141 | 5 | 104 | 136 | 61 |
| Binary | 11010001 | 11110010 | 111 | 1110 | 0 | 1100001 | 101 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D1F207
Complementary color
Monochromatic Colors of #D1F207
Black with #D1F207
Text Example
Text Example
White with #D1F207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F207; }
p { color: rgb(209,242,7); }
H1.HeaderClassName
{
color: #D1F207;
}
.AnyTagClassName
{
color: #D1F207;
}
</style>
background-color css
<style>
a { background-color: #D1F207; }
a { background-color: rgb(209,242,7); }
div.DivClassName
{
background-color: #D1F207;
}
.BgClassName
{
background-color: #D1F207;
}
</style>
border-color css
<style>
span { border-color: #D1F207; }
span { border-color: rgb(209,242,7); }
td.TdClassName
{
border-color: #D1F207;
}
.TagClassName
{
border-color: #D1F207;
}
</style>