Shades of Electric Lime #D1F910
Tints of Electric Lime #D1F910
RGB
CMYK
RGB Variations
Color information
#D1F910 (or 0xD1F910) is known color: Electric Lime. HEX triplet: D1, F9 and 10. RGB value is (209,249,16). Sum of RGB (Red+Green+Blue) = 209+249+16=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F910 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F910 is #2E06EF. Grayscale: #D3D3D3. Windows color (decimal): -3016432 or 1112529. OLE color: 1112529.
HSL color Cylindrical-coordinate representation of color #D1F910: hue angle of 70.3º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1F910 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 16 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.02 |
| HSL | 70.3º | 0.95% | 0.52% | - |
| HSV(B) | 70.3º | 0.94% | 0.98% | - |
| XYZ | 60.26 | 81.34 | 13.01 | - |
| YUV | 210.48 | 18.25 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 16 | 0.16 | 0 | 0.94 | 0.02 | 70.3 | 0.95 | 0.52 |
| Hex | D1 | F9 | 10 | 10 | 0 | 5E | 2 | 46 | 5F | 34 |
| Octal | 321 | 371 | 20 | 20 | 0 | 136 | 2 | 106 | 137 | 64 |
| Binary | 11010001 | 11111001 | 10000 | 10000 | 0 | 1011110 | 10 | 1000110 | 1011111 | 110100 |
Color Harmonies of #D1F910
Complementary color
Monochromatic Colors of #D1F910
Black with #D1F910
Text Example
Text Example
White with #D1F910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F910; }
p { color: rgb(209,249,16); }
H1.HeaderClassName
{
color: #D1F910;
}
.AnyTagClassName
{
color: #D1F910;
}
</style>
background-color css
<style>
a { background-color: #D1F910; }
a { background-color: rgb(209,249,16); }
div.DivClassName
{
background-color: #D1F910;
}
.BgClassName
{
background-color: #D1F910;
}
</style>
border-color css
<style>
span { border-color: #D1F910; }
span { border-color: rgb(209,249,16); }
td.TdClassName
{
border-color: #D1F910;
}
.TagClassName
{
border-color: #D1F910;
}
</style>