Shades of Electric Lime #D2FE18
Tints of Electric Lime #D2FE18
RGB
CMYK
RGB Variations
Color information
#D2FE18 (or 0xD2FE18) is known color: Electric Lime. HEX triplet: D2, FE and 18. RGB value is (210,254,24). Sum of RGB (Red+Green+Blue) = 210+254+24=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FE18 is #2D01E7. Grayscale: #D7D7D7. Windows color (decimal): -2949608 or 1638098. OLE color: 1638098.
HSL color Cylindrical-coordinate representation of color #D2FE18: hue angle of 71.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2FE18 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 24 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.00 |
| HSL | 71.48º | 0.99% | 0.55% | - |
| HSV(B) | 71.48º | 0.91% | 1% | - |
| XYZ | 62.19 | 84.65 | 13.93 | - |
| YUV | 214.62 | 20.42 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 24 | 0.17 | 0 | 0.91 | 0.00 | 71.48 | 0.99 | 0.55 |
| Hex | D2 | FE | 18 | 11 | 0 | 5B | 0 | 47 | 63 | 37 |
| Octal | 322 | 376 | 30 | 21 | 0 | 133 | 0 | 107 | 143 | 67 |
| Binary | 11010010 | 11111110 | 11000 | 10001 | 0 | 1011011 | 0 | 1000111 | 1100011 | 110111 |
Color Harmonies of #D2FE18
Complementary color
Monochromatic Colors of #D2FE18
Black with #D2FE18
Text Example
Text Example
White with #D2FE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE18; }
p { color: rgb(210,254,24); }
H1.HeaderClassName
{
color: #D2FE18;
}
.AnyTagClassName
{
color: #D2FE18;
}
</style>
background-color css
<style>
a { background-color: #D2FE18; }
a { background-color: rgb(210,254,24); }
div.DivClassName
{
background-color: #D2FE18;
}
.BgClassName
{
background-color: #D2FE18;
}
</style>
border-color css
<style>
span { border-color: #D2FE18; }
span { border-color: rgb(210,254,24); }
td.TdClassName
{
border-color: #D2FE18;
}
.TagClassName
{
border-color: #D2FE18;
}
</style>