Shades of Electric Lime #D1F103
Tints of Electric Lime #D1F103
RGB
CMYK
RGB Variations
Color information
#D1F103 (or 0xD1F103) is known color: Electric Lime. HEX triplet: D1, F1 and 03. RGB value is (209,241,3). Sum of RGB (Red+Green+Blue) = 209+241+3=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F103 is #2E0EFC. Grayscale: #CDCDCD. Windows color (decimal): -3018493 or 258513. OLE color: 258513.
HSL color Cylindrical-coordinate representation of color #D1F103: hue angle of 68.07º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1F103 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.05 |
| HSL | 68.07º | 0.98% | 0.48% | - |
| HSV(B) | 68.07º | 0.99% | 0.95% | - |
| XYZ | 57.77 | 76.47 | 11.8 | - |
| YUV | 204.3 | 14.4 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 3 | 0.13 | 0 | 0.99 | 0.05 | 68.07 | 0.98 | 0.48 |
| Hex | D1 | F1 | 3 | D | 0 | 63 | 5 | 44 | 62 | 30 |
| Octal | 321 | 361 | 3 | 15 | 0 | 143 | 5 | 104 | 142 | 60 |
| Binary | 11010001 | 11110001 | 11 | 1101 | 0 | 1100011 | 101 | 1000100 | 1100010 | 110000 |
Color Harmonies of #D1F103
Complementary color
Monochromatic Colors of #D1F103
Black with #D1F103
Text Example
Text Example
White with #D1F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F103; }
p { color: rgb(209,241,3); }
H1.HeaderClassName
{
color: #D1F103;
}
.AnyTagClassName
{
color: #D1F103;
}
</style>
background-color css
<style>
a { background-color: #D1F103; }
a { background-color: rgb(209,241,3); }
div.DivClassName
{
background-color: #D1F103;
}
.BgClassName
{
background-color: #D1F103;
}
</style>
border-color css
<style>
span { border-color: #D1F103; }
span { border-color: rgb(209,241,3); }
td.TdClassName
{
border-color: #D1F103;
}
.TagClassName
{
border-color: #D1F103;
}
</style>