Shades of Electric Lime #D3F40B
Tints of Electric Lime #D3F40B
RGB
CMYK
RGB Variations
Color information
#D3F40B (or 0xD3F40B) is known color: Electric Lime. HEX triplet: D3, F4 and 0B. RGB value is (211,244,11). Sum of RGB (Red+Green+Blue) = 211+244+11=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F40B is #2C0BF4. Grayscale: #D0D0D0. Windows color (decimal): -2886645 or 783571. OLE color: 783571.
HSL color Cylindrical-coordinate representation of color #D3F40B: hue angle of 68.5º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3F40B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 11 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.04 |
| HSL | 68.5º | 0.91% | 0.5% | - |
| HSV(B) | 68.5º | 0.95% | 0.96% | - |
| XYZ | 59.28 | 78.57 | 12.36 | - |
| YUV | 207.57 | 17.07 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 11 | 0.14 | 0 | 0.95 | 0.04 | 68.5 | 0.91 | 0.5 |
| Hex | D3 | F4 | B | E | 0 | 5F | 4 | 44 | 5B | 32 |
| Octal | 323 | 364 | 13 | 16 | 0 | 137 | 4 | 104 | 133 | 62 |
| Binary | 11010011 | 11110100 | 1011 | 1110 | 0 | 1011111 | 100 | 1000100 | 1011011 | 110010 |
Color Harmonies of #D3F40B
Complementary color
Monochromatic Colors of #D3F40B
Black with #D3F40B
Text Example
Text Example
White with #D3F40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F40B; }
p { color: rgb(211,244,11); }
H1.HeaderClassName
{
color: #D3F40B;
}
.AnyTagClassName
{
color: #D3F40B;
}
</style>
background-color css
<style>
a { background-color: #D3F40B; }
a { background-color: rgb(211,244,11); }
div.DivClassName
{
background-color: #D3F40B;
}
.BgClassName
{
background-color: #D3F40B;
}
</style>
border-color css
<style>
span { border-color: #D3F40B; }
span { border-color: rgb(211,244,11); }
td.TdClassName
{
border-color: #D3F40B;
}
.TagClassName
{
border-color: #D3F40B;
}
</style>