Shades of Electric Lime #D3F40C
Tints of Electric Lime #D3F40C
RGB
CMYK
RGB Variations
Color information
#D3F40C (or 0xD3F40C) is known color: Electric Lime. HEX triplet: D3, F4 and 0C. RGB value is (211,244,12). Sum of RGB (Red+Green+Blue) = 211+244+12=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F40C is #2C0BF3. Grayscale: #D0D0D0. Windows color (decimal): -2886644 or 849107. OLE color: 849107.
HSL color Cylindrical-coordinate representation of color #D3F40C: hue angle of 68.53º 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 #D3F40C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.04 |
| HSL | 68.53º | 0.91% | 0.5% | - |
| HSV(B) | 68.53º | 0.95% | 0.96% | - |
| XYZ | 59.28 | 78.58 | 12.39 | - |
| YUV | 207.69 | 17.57 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 12 | 0.14 | 0 | 0.95 | 0.04 | 68.53 | 0.91 | 0.5 |
| Hex | D3 | F4 | C | E | 0 | 5F | 4 | 45 | 5B | 32 |
| Octal | 323 | 364 | 14 | 16 | 0 | 137 | 4 | 105 | 133 | 62 |
| Binary | 11010011 | 11110100 | 1100 | 1110 | 0 | 1011111 | 100 | 1000101 | 1011011 | 110010 |
Color Harmonies of #D3F40C
Complementary color
Monochromatic Colors of #D3F40C
Black with #D3F40C
Text Example
Text Example
White with #D3F40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F40C; }
p { color: rgb(211,244,12); }
H1.HeaderClassName
{
color: #D3F40C;
}
.AnyTagClassName
{
color: #D3F40C;
}
</style>
background-color css
<style>
a { background-color: #D3F40C; }
a { background-color: rgb(211,244,12); }
div.DivClassName
{
background-color: #D3F40C;
}
.BgClassName
{
background-color: #D3F40C;
}
</style>
border-color css
<style>
span { border-color: #D3F40C; }
span { border-color: rgb(211,244,12); }
td.TdClassName
{
border-color: #D3F40C;
}
.TagClassName
{
border-color: #D3F40C;
}
</style>