Shades of Electric Lime #D3F20A
Tints of Electric Lime #D3F20A
RGB
CMYK
RGB Variations
Color information
#D3F20A (or 0xD3F20A) is known color: Electric Lime. HEX triplet: D3, F2 and 0A. RGB value is (211,242,10). Sum of RGB (Red+Green+Blue) = 211+242+10=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F20A is #2C0DF5. Grayscale: #CFCFCF. Windows color (decimal): -2887158 or 717523. OLE color: 717523.
HSL color Cylindrical-coordinate representation of color #D3F20A: hue angle of 68.02º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3F20A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.05 |
| HSL | 68.02º | 0.92% | 0.49% | - |
| HSV(B) | 68.02º | 0.96% | 0.95% | - |
| XYZ | 58.67 | 77.38 | 12.13 | - |
| YUV | 206.28 | 17.23 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 10 | 0.13 | 0 | 0.96 | 0.05 | 68.02 | 0.92 | 0.49 |
| Hex | D3 | F2 | A | D | 0 | 60 | 5 | 44 | 5C | 31 |
| Octal | 323 | 362 | 12 | 15 | 0 | 140 | 5 | 104 | 134 | 61 |
| Binary | 11010011 | 11110010 | 1010 | 1101 | 0 | 1100000 | 101 | 1000100 | 1011100 | 110001 |
Color Harmonies of #D3F20A
Complementary color
Monochromatic Colors of #D3F20A
Black with #D3F20A
Text Example
Text Example
White with #D3F20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F20A; }
p { color: rgb(211,242,10); }
H1.HeaderClassName
{
color: #D3F20A;
}
.AnyTagClassName
{
color: #D3F20A;
}
</style>
background-color css
<style>
a { background-color: #D3F20A; }
a { background-color: rgb(211,242,10); }
div.DivClassName
{
background-color: #D3F20A;
}
.BgClassName
{
background-color: #D3F20A;
}
</style>
border-color css
<style>
span { border-color: #D3F20A; }
span { border-color: rgb(211,242,10); }
td.TdClassName
{
border-color: #D3F20A;
}
.TagClassName
{
border-color: #D3F20A;
}
</style>