Shades of Electric Lime #D3F100
Tints of Electric Lime #D3F100
RGB
CMYK
RGB Variations
Color information
#D3F100 (or 0xD3F100) is known color: Electric Lime. HEX triplet: D3, F1 and 00. RGB value is (211,241,0). Sum of RGB (Red+Green+Blue) = 211+241+0=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F100 is #2C0EFF. Grayscale: #CDCDCD. Windows color (decimal): -2887424 or 61907. OLE color: 61907.
HSL color Cylindrical-coordinate representation of color #D3F100: hue angle of 67.47º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3F100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.05 |
| HSL | 67.47º | 1% | 0.47% | - |
| HSV(B) | 67.47º | 1% | 0.95% | - |
| XYZ | 58.32 | 76.76 | 11.74 | - |
| YUV | 204.56 | 12.56 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 0 | 0.12 | 0 | 1 | 0.05 | 67.47 | 1 | 0.47 |
| Hex | D3 | F1 | 0 | C | 0 | 64 | 5 | 43 | 64 | 2F |
| Octal | 323 | 361 | 0 | 14 | 0 | 144 | 5 | 103 | 144 | 57 |
| Binary | 11010011 | 11110001 | 0 | 1100 | 0 | 1100100 | 101 | 1000011 | 1100100 | 101111 |
Color Harmonies of #D3F100
Complementary color
Monochromatic Colors of #D3F100
Black with #D3F100
Text Example
Text Example
White with #D3F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F100; }
p { color: rgb(211,241,0); }
H1.HeaderClassName
{
color: #D3F100;
}
.AnyTagClassName
{
color: #D3F100;
}
</style>
background-color css
<style>
a { background-color: #D3F100; }
a { background-color: rgb(211,241,0); }
div.DivClassName
{
background-color: #D3F100;
}
.BgClassName
{
background-color: #D3F100;
}
</style>
border-color css
<style>
span { border-color: #D3F100; }
span { border-color: rgb(211,241,0); }
td.TdClassName
{
border-color: #D3F100;
}
.TagClassName
{
border-color: #D3F100;
}
</style>