Shades of Electric Lime #BDFF17
Tints of Electric Lime #BDFF17
RGB
CMYK
RGB Variations
Color information
#BDFF17 (or 0xBDFF17) is known color: Electric Lime. HEX triplet: BD, FF and 17. RGB value is (189,255,23). Sum of RGB (Red+Green+Blue) = 189+255+23=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF17 is #4200E8. Grayscale: #D1D1D1. Windows color (decimal): -4325609 or 1572797. OLE color: 1572797.
HSL color Cylindrical-coordinate representation of color #BDFF17: hue angle of 77.07º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDFF17 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 23 | - |
| CMYK | 0.26 | 0 | 0.91 | 0 |
| HSL | 77.07º | 1% | 0.55% | - |
| HSV(B) | 77.07º | 0.91% | 1% | - |
| XYZ | 56.9 | 82.4 | 13.72 | - |
| YUV | 208.82 | 23.13 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 23 | 0.26 | 0 | 0.91 | 0 | 77.07 | 1 | 0.55 |
| Hex | BD | FF | 17 | 1A | 0 | 5B | 0 | 4D | 64 | 37 |
| Octal | 275 | 377 | 27 | 32 | 0 | 133 | 0 | 115 | 144 | 67 |
| Binary | 10111101 | 11111111 | 10111 | 11010 | 0 | 1011011 | 0 | 1001101 | 1100100 | 110111 |
Color Harmonies of #BDFF17
Complementary color
Monochromatic Colors of #BDFF17
Black with #BDFF17
Text Example
Text Example
White with #BDFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF17; }
p { color: rgb(189,255,23); }
H1.HeaderClassName
{
color: #BDFF17;
}
.AnyTagClassName
{
color: #BDFF17;
}
</style>
background-color css
<style>
a { background-color: #BDFF17; }
a { background-color: rgb(189,255,23); }
div.DivClassName
{
background-color: #BDFF17;
}
.BgClassName
{
background-color: #BDFF17;
}
</style>
border-color css
<style>
span { border-color: #BDFF17; }
span { border-color: rgb(189,255,23); }
td.TdClassName
{
border-color: #BDFF17;
}
.TagClassName
{
border-color: #BDFF17;
}
</style>