Shades of Electric Lime #D3EE0F
Tints of Electric Lime #D3EE0F
RGB
CMYK
RGB Variations
Color information
#D3EE0F (or 0xD3EE0F) is known color: Electric Lime. HEX triplet: D3, EE and 0F. RGB value is (211,238,15). Sum of RGB (Red+Green+Blue) = 211+238+15=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EE0F is #2C11F0. Grayscale: #CDCDCD. Windows color (decimal): -2888177 or 1044179. OLE color: 1044179.
HSL color Cylindrical-coordinate representation of color #D3EE0F: hue angle of 67.26º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3EE0F is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 15 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.07 |
| HSL | 67.26º | 0.88% | 0.5% | - |
| HSV(B) | 67.26º | 0.94% | 0.93% | - |
| XYZ | 57.52 | 75.03 | 11.9 | - |
| YUV | 204.51 | 21.05 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 15 | 0.11 | 0 | 0.94 | 0.07 | 67.26 | 0.88 | 0.5 |
| Hex | D3 | EE | F | B | 0 | 5E | 7 | 43 | 58 | 32 |
| Octal | 323 | 356 | 17 | 13 | 0 | 136 | 7 | 103 | 130 | 62 |
| Binary | 11010011 | 11101110 | 1111 | 1011 | 0 | 1011110 | 111 | 1000011 | 1011000 | 110010 |
Color Harmonies of #D3EE0F
Complementary color
Monochromatic Colors of #D3EE0F
Black with #D3EE0F
Text Example
Text Example
White with #D3EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE0F; }
p { color: rgb(211,238,15); }
H1.HeaderClassName
{
color: #D3EE0F;
}
.AnyTagClassName
{
color: #D3EE0F;
}
</style>
background-color css
<style>
a { background-color: #D3EE0F; }
a { background-color: rgb(211,238,15); }
div.DivClassName
{
background-color: #D3EE0F;
}
.BgClassName
{
background-color: #D3EE0F;
}
</style>
border-color css
<style>
span { border-color: #D3EE0F; }
span { border-color: rgb(211,238,15); }
td.TdClassName
{
border-color: #D3EE0F;
}
.TagClassName
{
border-color: #D3EE0F;
}
</style>