Shades of Electric Lime #D3F316
Tints of Electric Lime #D3F316
RGB
CMYK
RGB Variations
Color information
#D3F316 (or 0xD3F316) is known color: Electric Lime. HEX triplet: D3, F3 and 16. RGB value is (211,243,22). Sum of RGB (Red+Green+Blue) = 211+243+22=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F316 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F316 is #2C0CE9. Grayscale: #D1D1D1. Windows color (decimal): -2886890 or 1504211. OLE color: 1504211.
HSL color Cylindrical-coordinate representation of color #D3F316: hue angle of 68.69º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3F316 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.05 |
| HSL | 68.69º | 0.9% | 0.52% | - |
| HSV(B) | 68.69º | 0.91% | 0.95% | - |
| XYZ | 59.06 | 78.01 | 12.7 | - |
| YUV | 208.24 | 22.9 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 22 | 0.13 | 0 | 0.91 | 0.05 | 68.69 | 0.9 | 0.52 |
| Hex | D3 | F3 | 16 | D | 0 | 5B | 5 | 45 | 5A | 34 |
| Octal | 323 | 363 | 26 | 15 | 0 | 133 | 5 | 105 | 132 | 64 |
| Binary | 11010011 | 11110011 | 10110 | 1101 | 0 | 1011011 | 101 | 1000101 | 1011010 | 110100 |
Color Harmonies of #D3F316
Complementary color
Monochromatic Colors of #D3F316
Black with #D3F316
Text Example
Text Example
White with #D3F316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F316; }
p { color: rgb(211,243,22); }
H1.HeaderClassName
{
color: #D3F316;
}
.AnyTagClassName
{
color: #D3F316;
}
</style>
background-color css
<style>
a { background-color: #D3F316; }
a { background-color: rgb(211,243,22); }
div.DivClassName
{
background-color: #D3F316;
}
.BgClassName
{
background-color: #D3F316;
}
</style>
border-color css
<style>
span { border-color: #D3F316; }
span { border-color: rgb(211,243,22); }
td.TdClassName
{
border-color: #D3F316;
}
.TagClassName
{
border-color: #D3F316;
}
</style>