Shades of Electric Lime #D0FF1C
Tints of Electric Lime #D0FF1C
RGB
CMYK
RGB Variations
Color information
#D0FF1C (or 0xD0FF1C) is known color: Electric Lime. HEX triplet: D0, FF and 1C. RGB value is (208,255,28). Sum of RGB (Red+Green+Blue) = 208+255+28=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF1C is #2F00E3. Grayscale: #D7D7D7. Windows color (decimal): -3080420 or 1900496. OLE color: 1900496.
HSL color Cylindrical-coordinate representation of color #D0FF1C: hue angle of 72.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0FF1C is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 28 | - |
| CMYK | 0.18 | 0 | 0.89 | 0 |
| HSL | 72.42º | 1% | 0.55% | - |
| HSV(B) | 72.42º | 0.89% | 1% | - |
| XYZ | 61.98 | 85.01 | 14.24 | - |
| YUV | 215.07 | 22.43 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 28 | 0.18 | 0 | 0.89 | 0 | 72.42 | 1 | 0.55 |
| Hex | D0 | FF | 1C | 12 | 0 | 59 | 0 | 48 | 64 | 37 |
| Octal | 320 | 377 | 34 | 22 | 0 | 131 | 0 | 110 | 144 | 67 |
| Binary | 11010000 | 11111111 | 11100 | 10010 | 0 | 1011001 | 0 | 1001000 | 1100100 | 110111 |
Color Harmonies of #D0FF1C
Complementary color
Monochromatic Colors of #D0FF1C
Black with #D0FF1C
Text Example
Text Example
White with #D0FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF1C; }
p { color: rgb(208,255,28); }
H1.HeaderClassName
{
color: #D0FF1C;
}
.AnyTagClassName
{
color: #D0FF1C;
}
</style>
background-color css
<style>
a { background-color: #D0FF1C; }
a { background-color: rgb(208,255,28); }
div.DivClassName
{
background-color: #D0FF1C;
}
.BgClassName
{
background-color: #D0FF1C;
}
</style>
border-color css
<style>
span { border-color: #D0FF1C; }
span { border-color: rgb(208,255,28); }
td.TdClassName
{
border-color: #D0FF1C;
}
.TagClassName
{
border-color: #D0FF1C;
}
</style>