Shades of Electric Lime #BDFE0B
Tints of Electric Lime #BDFE0B
RGB
CMYK
RGB Variations
Color information
#BDFE0B (or 0xBDFE0B) is known color: Electric Lime. HEX triplet: BD, FE and 0B. RGB value is (189,254,11). Sum of RGB (Red+Green+Blue) = 189+254+11=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE0B is #4201F4. Grayscale: #CFCFCF. Windows color (decimal): -4325877 or 786109. OLE color: 786109.
HSL color Cylindrical-coordinate representation of color #BDFE0B: hue angle of 76.05º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDFE0B is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 11 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.00 |
| HSL | 76.05º | 0.99% | 0.52% | - |
| HSV(B) | 76.05º | 0.96% | 1% | - |
| XYZ | 56.49 | 81.73 | 13.11 | - |
| YUV | 206.86 | 17.47 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 11 | 0.26 | 0 | 0.96 | 0.00 | 76.05 | 0.99 | 0.52 |
| Hex | BD | FE | B | 1A | 0 | 60 | 0 | 4C | 63 | 34 |
| Octal | 275 | 376 | 13 | 32 | 0 | 140 | 0 | 114 | 143 | 64 |
| Binary | 10111101 | 11111110 | 1011 | 11010 | 0 | 1100000 | 0 | 1001100 | 1100011 | 110100 |
Color Harmonies of #BDFE0B
Complementary color
Monochromatic Colors of #BDFE0B
Black with #BDFE0B
Text Example
Text Example
White with #BDFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE0B; }
p { color: rgb(189,254,11); }
H1.HeaderClassName
{
color: #BDFE0B;
}
.AnyTagClassName
{
color: #BDFE0B;
}
</style>
background-color css
<style>
a { background-color: #BDFE0B; }
a { background-color: rgb(189,254,11); }
div.DivClassName
{
background-color: #BDFE0B;
}
.BgClassName
{
background-color: #BDFE0B;
}
</style>
border-color css
<style>
span { border-color: #BDFE0B; }
span { border-color: rgb(189,254,11); }
td.TdClassName
{
border-color: #BDFE0B;
}
.TagClassName
{
border-color: #BDFE0B;
}
</style>