Shades of Electric Lime #BDFF06
Tints of Electric Lime #BDFF06
RGB
CMYK
RGB Variations
Color information
#BDFF06 (or 0xBDFF06) is known color: Electric Lime. HEX triplet: BD, FF and 06. RGB value is (189,255,6). Sum of RGB (Red+Green+Blue) = 189+255+6=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF06 is #4200F9. Grayscale: #CFCFCF. Windows color (decimal): -4325626 or 458685. OLE color: 458685.
HSL color Cylindrical-coordinate representation of color #BDFF06: hue angle of 75.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDFF06 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 6 | - |
| CMYK | 0.26 | 0 | 0.98 | 0 |
| HSL | 75.9º | 1% | 0.51% | - |
| HSV(B) | 75.9º | 0.98% | 1% | - |
| XYZ | 56.78 | 82.35 | 13.08 | - |
| YUV | 206.88 | 14.63 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 6 | 0.26 | 0 | 0.98 | 0 | 75.9 | 1 | 0.51 |
| Hex | BD | FF | 6 | 1A | 0 | 62 | 0 | 4C | 64 | 33 |
| Octal | 275 | 377 | 6 | 32 | 0 | 142 | 0 | 114 | 144 | 63 |
| Binary | 10111101 | 11111111 | 110 | 11010 | 0 | 1100010 | 0 | 1001100 | 1100100 | 110011 |
Color Harmonies of #BDFF06
Complementary color
Monochromatic Colors of #BDFF06
Black with #BDFF06
Text Example
Text Example
White with #BDFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF06; }
p { color: rgb(189,255,6); }
H1.HeaderClassName
{
color: #BDFF06;
}
.AnyTagClassName
{
color: #BDFF06;
}
</style>
background-color css
<style>
a { background-color: #BDFF06; }
a { background-color: rgb(189,255,6); }
div.DivClassName
{
background-color: #BDFF06;
}
.BgClassName
{
background-color: #BDFF06;
}
</style>
border-color css
<style>
span { border-color: #BDFF06; }
span { border-color: rgb(189,255,6); }
td.TdClassName
{
border-color: #BDFF06;
}
.TagClassName
{
border-color: #BDFF06;
}
</style>