Shades of Electric Lime #D2FE03
Tints of Electric Lime #D2FE03
RGB
CMYK
RGB Variations
Color information
#D2FE03 (or 0xD2FE03) is known color: Electric Lime. HEX triplet: D2, FE and 03. RGB value is (210,254,3). Sum of RGB (Red+Green+Blue) = 210+254+3=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 3 (1.56% from 255 or 0.64% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FE03 is #2D01FC. Grayscale: #D5D5D5. Windows color (decimal): -2949629 or 261842. OLE color: 261842.
HSL color Cylindrical-coordinate representation of color #D2FE03: hue angle of 70.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2FE03 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.00 |
| HSL | 70.52º | 0.99% | 0.5% | - |
| HSV(B) | 70.52º | 0.99% | 1% | - |
| XYZ | 62.04 | 84.59 | 13.14 | - |
| YUV | 212.23 | 9.92 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 3 | 0.17 | 0 | 0.99 | 0.00 | 70.52 | 0.99 | 0.5 |
| Hex | D2 | FE | 3 | 11 | 0 | 63 | 0 | 47 | 63 | 32 |
| Octal | 322 | 376 | 3 | 21 | 0 | 143 | 0 | 107 | 143 | 62 |
| Binary | 11010010 | 11111110 | 11 | 10001 | 0 | 1100011 | 0 | 1000111 | 1100011 | 110010 |
Color Harmonies of #D2FE03
Complementary color
Monochromatic Colors of #D2FE03
Black with #D2FE03
Text Example
Text Example
White with #D2FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE03; }
p { color: rgb(210,254,3); }
H1.HeaderClassName
{
color: #D2FE03;
}
.AnyTagClassName
{
color: #D2FE03;
}
</style>
background-color css
<style>
a { background-color: #D2FE03; }
a { background-color: rgb(210,254,3); }
div.DivClassName
{
background-color: #D2FE03;
}
.BgClassName
{
background-color: #D2FE03;
}
</style>
border-color css
<style>
span { border-color: #D2FE03; }
span { border-color: rgb(210,254,3); }
td.TdClassName
{
border-color: #D2FE03;
}
.TagClassName
{
border-color: #D2FE03;
}
</style>