Shades of Electric Lime #D3FA0C
Tints of Electric Lime #D3FA0C
RGB
CMYK
RGB Variations
Color information
#D3FA0C (or 0xD3FA0C) is known color: Electric Lime. HEX triplet: D3, FA and 0C. RGB value is (211,250,12). Sum of RGB (Red+Green+Blue) = 211+250+12=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FA0C is #2C05F3. Grayscale: #D4D4D4. Windows color (decimal): -2885108 or 850643. OLE color: 850643.
HSL color Cylindrical-coordinate representation of color #D3FA0C: hue angle of 69.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3FA0C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.02 |
| HSL | 69.83º | 0.96% | 0.51% | - |
| HSV(B) | 69.83º | 0.95% | 0.98% | - |
| XYZ | 61.12 | 82.25 | 13 | - |
| YUV | 211.21 | 15.58 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 12 | 0.16 | 0 | 0.95 | 0.02 | 69.83 | 0.96 | 0.51 |
| Hex | D3 | FA | C | 10 | 0 | 5F | 2 | 46 | 60 | 33 |
| Octal | 323 | 372 | 14 | 20 | 0 | 137 | 2 | 106 | 140 | 63 |
| Binary | 11010011 | 11111010 | 1100 | 10000 | 0 | 1011111 | 10 | 1000110 | 1100000 | 110011 |
Color Harmonies of #D3FA0C
Complementary color
Monochromatic Colors of #D3FA0C
Black with #D3FA0C
Text Example
Text Example
White with #D3FA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA0C; }
p { color: rgb(211,250,12); }
H1.HeaderClassName
{
color: #D3FA0C;
}
.AnyTagClassName
{
color: #D3FA0C;
}
</style>
background-color css
<style>
a { background-color: #D3FA0C; }
a { background-color: rgb(211,250,12); }
div.DivClassName
{
background-color: #D3FA0C;
}
.BgClassName
{
background-color: #D3FA0C;
}
</style>
border-color css
<style>
span { border-color: #D3FA0C; }
span { border-color: rgb(211,250,12); }
td.TdClassName
{
border-color: #D3FA0C;
}
.TagClassName
{
border-color: #D3FA0C;
}
</style>