Shades of Electric Lime #D2F408
Tints of Electric Lime #D2F408
RGB
CMYK
RGB Variations
Color information
#D2F408 (or 0xD2F408) is known color: Electric Lime. HEX triplet: D2, F4 and 08. RGB value is (210,244,8). Sum of RGB (Red+Green+Blue) = 210+244+8=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F408 is #2D0BF7. Grayscale: #CFCFCF. Windows color (decimal): -2952184 or 586962. OLE color: 586962.
HSL color Cylindrical-coordinate representation of color #D2F408: hue angle of 68.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2F408 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 8 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.04 |
| HSL | 68.64º | 0.94% | 0.49% | - |
| HSV(B) | 68.64º | 0.97% | 0.96% | - |
| XYZ | 58.97 | 78.42 | 12.26 | - |
| YUV | 206.93 | 15.74 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 8 | 0.14 | 0 | 0.97 | 0.04 | 68.64 | 0.94 | 0.49 |
| Hex | D2 | F4 | 8 | E | 0 | 61 | 4 | 45 | 5E | 31 |
| Octal | 322 | 364 | 10 | 16 | 0 | 141 | 4 | 105 | 136 | 61 |
| Binary | 11010010 | 11110100 | 1000 | 1110 | 0 | 1100001 | 100 | 1000101 | 1011110 | 110001 |
Color Harmonies of #D2F408
Complementary color
Monochromatic Colors of #D2F408
Black with #D2F408
Text Example
Text Example
White with #D2F408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F408; }
p { color: rgb(210,244,8); }
H1.HeaderClassName
{
color: #D2F408;
}
.AnyTagClassName
{
color: #D2F408;
}
</style>
background-color css
<style>
a { background-color: #D2F408; }
a { background-color: rgb(210,244,8); }
div.DivClassName
{
background-color: #D2F408;
}
.BgClassName
{
background-color: #D2F408;
}
</style>
border-color css
<style>
span { border-color: #D2F408; }
span { border-color: rgb(210,244,8); }
td.TdClassName
{
border-color: #D2F408;
}
.TagClassName
{
border-color: #D2F408;
}
</style>