Shades of Electric Lime #D3FB0D
Tints of Electric Lime #D3FB0D
RGB
CMYK
RGB Variations
Color information
#D3FB0D (or 0xD3FB0D) is known color: Electric Lime. HEX triplet: D3, FB and 0D. RGB value is (211,251,13). Sum of RGB (Red+Green+Blue) = 211+251+13=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FB0D is #2C04F2. Grayscale: #D4D4D4. Windows color (decimal): -2884851 or 916435. OLE color: 916435.
HSL color Cylindrical-coordinate representation of color #D3FB0D: hue angle of 70.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3FB0D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 13 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.02 |
| HSL | 70.08º | 0.97% | 0.52% | - |
| HSV(B) | 70.08º | 0.95% | 0.98% | - |
| XYZ | 61.43 | 82.87 | 13.14 | - |
| YUV | 211.91 | 15.75 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 13 | 0.16 | 0 | 0.95 | 0.02 | 70.08 | 0.97 | 0.52 |
| Hex | D3 | FB | D | 10 | 0 | 5F | 2 | 46 | 61 | 34 |
| Octal | 323 | 373 | 15 | 20 | 0 | 137 | 2 | 106 | 141 | 64 |
| Binary | 11010011 | 11111011 | 1101 | 10000 | 0 | 1011111 | 10 | 1000110 | 1100001 | 110100 |
Color Harmonies of #D3FB0D
Complementary color
Monochromatic Colors of #D3FB0D
Black with #D3FB0D
Text Example
Text Example
White with #D3FB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FB0D; }
p { color: rgb(211,251,13); }
H1.HeaderClassName
{
color: #D3FB0D;
}
.AnyTagClassName
{
color: #D3FB0D;
}
</style>
background-color css
<style>
a { background-color: #D3FB0D; }
a { background-color: rgb(211,251,13); }
div.DivClassName
{
background-color: #D3FB0D;
}
.BgClassName
{
background-color: #D3FB0D;
}
</style>
border-color css
<style>
span { border-color: #D3FB0D; }
span { border-color: rgb(211,251,13); }
td.TdClassName
{
border-color: #D3FB0D;
}
.TagClassName
{
border-color: #D3FB0D;
}
</style>