Shades of Electric Lime #D3F318
Tints of Electric Lime #D3F318
RGB
CMYK
RGB Variations
Color information
#D3F318 (or 0xD3F318) is known color: Electric Lime. HEX triplet: D3, F3 and 18. RGB value is (211,243,24). Sum of RGB (Red+Green+Blue) = 211+243+24=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F318 is #2C0CE7. Grayscale: #D1D1D1. Windows color (decimal): -2886888 or 1635283. OLE color: 1635283.
HSL color Cylindrical-coordinate representation of color #D3F318: hue angle of 68.77º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3F318 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 24 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.05 |
| HSL | 68.77º | 0.9% | 0.52% | - |
| HSV(B) | 68.77º | 0.9% | 0.95% | - |
| XYZ | 59.08 | 78.02 | 12.81 | - |
| YUV | 208.47 | 23.9 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 24 | 0.13 | 0 | 0.90 | 0.05 | 68.77 | 0.9 | 0.52 |
| Hex | D3 | F3 | 18 | D | 0 | 5A | 5 | 45 | 5A | 34 |
| Octal | 323 | 363 | 30 | 15 | 0 | 132 | 5 | 105 | 132 | 64 |
| Binary | 11010011 | 11110011 | 11000 | 1101 | 0 | 1011010 | 101 | 1000101 | 1011010 | 110100 |
Color Harmonies of #D3F318
Complementary color
Monochromatic Colors of #D3F318
Black with #D3F318
Text Example
Text Example
White with #D3F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F318; }
p { color: rgb(211,243,24); }
H1.HeaderClassName
{
color: #D3F318;
}
.AnyTagClassName
{
color: #D3F318;
}
</style>
background-color css
<style>
a { background-color: #D3F318; }
a { background-color: rgb(211,243,24); }
div.DivClassName
{
background-color: #D3F318;
}
.BgClassName
{
background-color: #D3F318;
}
</style>
border-color css
<style>
span { border-color: #D3F318; }
span { border-color: rgb(211,243,24); }
td.TdClassName
{
border-color: #D3F318;
}
.TagClassName
{
border-color: #D3F318;
}
</style>