Shades of Electric Lime #D0FF1B
Tints of Electric Lime #D0FF1B
RGB
CMYK
RGB Variations
Color information
#D0FF1B (or 0xD0FF1B) is known color: Electric Lime. HEX triplet: D0, FF and 1B. RGB value is (208,255,27). Sum of RGB (Red+Green+Blue) = 208+255+27=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF1B is #2F00E4. Grayscale: #D7D7D7. Windows color (decimal): -3080421 or 1834960. OLE color: 1834960.
HSL color Cylindrical-coordinate representation of color #D0FF1B: hue angle of 72.37º 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 #D0FF1B is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 27 | - |
| CMYK | 0.18 | 0 | 0.89 | 0 |
| HSL | 72.37º | 1% | 0.55% | - |
| HSV(B) | 72.37º | 0.89% | 1% | - |
| XYZ | 61.97 | 85.01 | 14.18 | - |
| YUV | 214.96 | 21.93 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 27 | 0.18 | 0 | 0.89 | 0 | 72.37 | 1 | 0.55 |
| Hex | D0 | FF | 1B | 12 | 0 | 59 | 0 | 48 | 64 | 37 |
| Octal | 320 | 377 | 33 | 22 | 0 | 131 | 0 | 110 | 144 | 67 |
| Binary | 11010000 | 11111111 | 11011 | 10010 | 0 | 1011001 | 0 | 1001000 | 1100100 | 110111 |
Color Harmonies of #D0FF1B
Complementary color
Monochromatic Colors of #D0FF1B
Black with #D0FF1B
Text Example
Text Example
White with #D0FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF1B; }
p { color: rgb(208,255,27); }
H1.HeaderClassName
{
color: #D0FF1B;
}
.AnyTagClassName
{
color: #D0FF1B;
}
</style>
background-color css
<style>
a { background-color: #D0FF1B; }
a { background-color: rgb(208,255,27); }
div.DivClassName
{
background-color: #D0FF1B;
}
.BgClassName
{
background-color: #D0FF1B;
}
</style>
border-color css
<style>
span { border-color: #D0FF1B; }
span { border-color: rgb(208,255,27); }
td.TdClassName
{
border-color: #D0FF1B;
}
.TagClassName
{
border-color: #D0FF1B;
}
</style>