Shades of Electric Lime #D3F103
Tints of Electric Lime #D3F103
RGB
CMYK
RGB Variations
Color information
#D3F103 (or 0xD3F103) is known color: Electric Lime. HEX triplet: D3, F1 and 03. RGB value is (211,241,3). Sum of RGB (Red+Green+Blue) = 211+241+3=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F103 is #2C0EFC. Grayscale: #CDCDCD. Windows color (decimal): -2887421 or 258515. OLE color: 258515.
HSL color Cylindrical-coordinate representation of color #D3F103: hue angle of 67.56º 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 #D3F103 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.05 |
| HSL | 67.56º | 0.98% | 0.48% | - |
| HSV(B) | 67.56º | 0.99% | 0.95% | - |
| XYZ | 58.34 | 76.77 | 11.83 | - |
| YUV | 204.9 | 14.06 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 3 | 0.12 | 0 | 0.99 | 0.05 | 67.56 | 0.98 | 0.48 |
| Hex | D3 | F1 | 3 | C | 0 | 63 | 5 | 44 | 62 | 30 |
| Octal | 323 | 361 | 3 | 14 | 0 | 143 | 5 | 104 | 142 | 60 |
| Binary | 11010011 | 11110001 | 11 | 1100 | 0 | 1100011 | 101 | 1000100 | 1100010 | 110000 |
Color Harmonies of #D3F103
Complementary color
Monochromatic Colors of #D3F103
Black with #D3F103
Text Example
Text Example
White with #D3F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F103; }
p { color: rgb(211,241,3); }
H1.HeaderClassName
{
color: #D3F103;
}
.AnyTagClassName
{
color: #D3F103;
}
</style>
background-color css
<style>
a { background-color: #D3F103; }
a { background-color: rgb(211,241,3); }
div.DivClassName
{
background-color: #D3F103;
}
.BgClassName
{
background-color: #D3F103;
}
</style>
border-color css
<style>
span { border-color: #D3F103; }
span { border-color: rgb(211,241,3); }
td.TdClassName
{
border-color: #D3F103;
}
.TagClassName
{
border-color: #D3F103;
}
</style>