Shades of Electric Lime #D3F208
Tints of Electric Lime #D3F208
RGB
CMYK
RGB Variations
Color information
#D3F208 (or 0xD3F208) is known color: Electric Lime. HEX triplet: D3, F2 and 08. RGB value is (211,242,8). Sum of RGB (Red+Green+Blue) = 211+242+8=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F208 is #2C0DF7. Grayscale: #CECECE. Windows color (decimal): -2887160 or 586451. OLE color: 586451.
HSL color Cylindrical-coordinate representation of color #D3F208: hue angle of 67.95º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3F208 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 8 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.05 |
| HSL | 67.95º | 0.94% | 0.49% | - |
| HSV(B) | 67.95º | 0.97% | 0.95% | - |
| XYZ | 58.66 | 77.37 | 12.07 | - |
| YUV | 206.06 | 16.23 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 8 | 0.13 | 0 | 0.97 | 0.05 | 67.95 | 0.94 | 0.49 |
| Hex | D3 | F2 | 8 | D | 0 | 61 | 5 | 44 | 5E | 31 |
| Octal | 323 | 362 | 10 | 15 | 0 | 141 | 5 | 104 | 136 | 61 |
| Binary | 11010011 | 11110010 | 1000 | 1101 | 0 | 1100001 | 101 | 1000100 | 1011110 | 110001 |
Color Harmonies of #D3F208
Complementary color
Monochromatic Colors of #D3F208
Black with #D3F208
Text Example
Text Example
White with #D3F208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F208; }
p { color: rgb(211,242,8); }
H1.HeaderClassName
{
color: #D3F208;
}
.AnyTagClassName
{
color: #D3F208;
}
</style>
background-color css
<style>
a { background-color: #D3F208; }
a { background-color: rgb(211,242,8); }
div.DivClassName
{
background-color: #D3F208;
}
.BgClassName
{
background-color: #D3F208;
}
</style>
border-color css
<style>
span { border-color: #D3F208; }
span { border-color: rgb(211,242,8); }
td.TdClassName
{
border-color: #D3F208;
}
.TagClassName
{
border-color: #D3F208;
}
</style>