Shades of Electric Lime #D1F310
Tints of Electric Lime #D1F310
RGB
CMYK
RGB Variations
Color information
#D1F310 (or 0xD1F310) is known color: Electric Lime. HEX triplet: D1, F3 and 10. RGB value is (209,243,16). Sum of RGB (Red+Green+Blue) = 209+243+16=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F310 is #2E0CEF. Grayscale: #CFCFCF. Windows color (decimal): -3017968 or 1110993. OLE color: 1110993.
HSL color Cylindrical-coordinate representation of color #D1F310: hue angle of 68.99º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1F310 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 16 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.05 |
| HSL | 68.99º | 0.9% | 0.51% | - |
| HSV(B) | 68.99º | 0.93% | 0.95% | - |
| XYZ | 58.44 | 77.69 | 12.41 | - |
| YUV | 206.96 | 20.24 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 16 | 0.14 | 0 | 0.93 | 0.05 | 68.99 | 0.9 | 0.51 |
| Hex | D1 | F3 | 10 | E | 0 | 5D | 5 | 45 | 5A | 33 |
| Octal | 321 | 363 | 20 | 16 | 0 | 135 | 5 | 105 | 132 | 63 |
| Binary | 11010001 | 11110011 | 10000 | 1110 | 0 | 1011101 | 101 | 1000101 | 1011010 | 110011 |
Color Harmonies of #D1F310
Complementary color
Monochromatic Colors of #D1F310
Black with #D1F310
Text Example
Text Example
White with #D1F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F310; }
p { color: rgb(209,243,16); }
H1.HeaderClassName
{
color: #D1F310;
}
.AnyTagClassName
{
color: #D1F310;
}
</style>
background-color css
<style>
a { background-color: #D1F310; }
a { background-color: rgb(209,243,16); }
div.DivClassName
{
background-color: #D1F310;
}
.BgClassName
{
background-color: #D1F310;
}
</style>
border-color css
<style>
span { border-color: #D1F310; }
span { border-color: rgb(209,243,16); }
td.TdClassName
{
border-color: #D1F310;
}
.TagClassName
{
border-color: #D1F310;
}
</style>