Shades of Electric Lime #D0FE18
Tints of Electric Lime #D0FE18
RGB
CMYK
RGB Variations
Color information
#D0FE18 (or 0xD0FE18) is known color: Electric Lime. HEX triplet: D0, FE and 18. RGB value is (208,254,24). Sum of RGB (Red+Green+Blue) = 208+254+24=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE18 is #2F01E7. Grayscale: #D6D6D6. Windows color (decimal): -3080680 or 1638096. OLE color: 1638096.
HSL color Cylindrical-coordinate representation of color #D0FE18: hue angle of 72º 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 #D0FE18 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 24 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.00 |
| HSL | 72º | 0.99% | 0.55% | - |
| HSV(B) | 72º | 0.91% | 1% | - |
| XYZ | 61.62 | 84.36 | 13.9 | - |
| YUV | 214.03 | 20.76 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 24 | 0.18 | 0 | 0.91 | 0.00 | 72 | 0.99 | 0.55 |
| Hex | D0 | FE | 18 | 12 | 0 | 5B | 0 | 48 | 63 | 37 |
| Octal | 320 | 376 | 30 | 22 | 0 | 133 | 0 | 110 | 143 | 67 |
| Binary | 11010000 | 11111110 | 11000 | 10010 | 0 | 1011011 | 0 | 1001000 | 1100011 | 110111 |
Color Harmonies of #D0FE18
Complementary color
Monochromatic Colors of #D0FE18
Black with #D0FE18
Text Example
Text Example
White with #D0FE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE18; }
p { color: rgb(208,254,24); }
H1.HeaderClassName
{
color: #D0FE18;
}
.AnyTagClassName
{
color: #D0FE18;
}
</style>
background-color css
<style>
a { background-color: #D0FE18; }
a { background-color: rgb(208,254,24); }
div.DivClassName
{
background-color: #D0FE18;
}
.BgClassName
{
background-color: #D0FE18;
}
</style>
border-color css
<style>
span { border-color: #D0FE18; }
span { border-color: rgb(208,254,24); }
td.TdClassName
{
border-color: #D0FE18;
}
.TagClassName
{
border-color: #D0FE18;
}
</style>