Shades of Electric Lime #BDFF00
Tints of Electric Lime #BDFF00
RGB
CMYK
RGB Variations
Color information
#BDFF00 (or 0xBDFF00) is known color: Electric Lime. HEX triplet: BD, FF and 00. RGB value is (189,255,0). Sum of RGB (Red+Green+Blue) = 189+255+0=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF00 is #4200FF. Grayscale: #CFCFCF. Windows color (decimal): -4325632 or 65469. OLE color: 65469.
HSL color Cylindrical-coordinate representation of color #BDFF00: hue angle of 75.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDFF00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0 |
| HSL | 75.53º | 1% | 0.5% | - |
| HSV(B) | 75.53º | 1% | 1% | - |
| XYZ | 56.75 | 82.34 | 12.9 | - |
| YUV | 206.2 | 11.63 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 0 | 0.26 | 0 | 1 | 0 | 75.53 | 1 | 0.5 |
| Hex | BD | FF | 0 | 1A | 0 | 64 | 0 | 4C | 64 | 32 |
| Octal | 275 | 377 | 0 | 32 | 0 | 144 | 0 | 114 | 144 | 62 |
| Binary | 10111101 | 11111111 | 0 | 11010 | 0 | 1100100 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BDFF00
Complementary color
Monochromatic Colors of #BDFF00
Black with #BDFF00
Text Example
Text Example
White with #BDFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF00; }
p { color: rgb(189,255,0); }
H1.HeaderClassName
{
color: #BDFF00;
}
.AnyTagClassName
{
color: #BDFF00;
}
</style>
background-color css
<style>
a { background-color: #BDFF00; }
a { background-color: rgb(189,255,0); }
div.DivClassName
{
background-color: #BDFF00;
}
.BgClassName
{
background-color: #BDFF00;
}
</style>
border-color css
<style>
span { border-color: #BDFF00; }
span { border-color: rgb(189,255,0); }
td.TdClassName
{
border-color: #BDFF00;
}
.TagClassName
{
border-color: #BDFF00;
}
</style>