Shades of Electric Lime #D1F601
Tints of Electric Lime #D1F601
RGB
CMYK
RGB Variations
Color information
#D1F601 (or 0xD1F601) is known color: Electric Lime. HEX triplet: D1, F6 and 01. RGB value is (209,246,1). Sum of RGB (Red+Green+Blue) = 209+246+1=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F601 is #2E09FE. Grayscale: #CFCFCF. Windows color (decimal): -3017215 or 128721. OLE color: 128721.
HSL color Cylindrical-coordinate representation of color #D1F601: hue angle of 69.06º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1F601 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.04 |
| HSL | 69.06º | 0.99% | 0.48% | - |
| HSV(B) | 69.06º | 1% | 0.96% | - |
| XYZ | 59.26 | 79.47 | 12.24 | - |
| YUV | 207.01 | 11.74 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 1 | 0.15 | 0 | 1.00 | 0.04 | 69.06 | 0.99 | 0.48 |
| Hex | D1 | F6 | 1 | F | 0 | 64 | 4 | 45 | 63 | 30 |
| Octal | 321 | 366 | 1 | 17 | 0 | 144 | 4 | 105 | 143 | 60 |
| Binary | 11010001 | 11110110 | 1 | 1111 | 0 | 1100100 | 100 | 1000101 | 1100011 | 110000 |
Color Harmonies of #D1F601
Complementary color
Monochromatic Colors of #D1F601
Black with #D1F601
Text Example
Text Example
White with #D1F601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F601; }
p { color: rgb(209,246,1); }
H1.HeaderClassName
{
color: #D1F601;
}
.AnyTagClassName
{
color: #D1F601;
}
</style>
background-color css
<style>
a { background-color: #D1F601; }
a { background-color: rgb(209,246,1); }
div.DivClassName
{
background-color: #D1F601;
}
.BgClassName
{
background-color: #D1F601;
}
</style>
border-color css
<style>
span { border-color: #D1F601; }
span { border-color: rgb(209,246,1); }
td.TdClassName
{
border-color: #D1F601;
}
.TagClassName
{
border-color: #D1F601;
}
</style>