Shades of Electric Lime #BDFE07
Tints of Electric Lime #BDFE07
RGB
CMYK
RGB Variations
Color information
#BDFE07 (or 0xBDFE07) is known color: Electric Lime. HEX triplet: BD, FE and 07. RGB value is (189,254,7). Sum of RGB (Red+Green+Blue) = 189+254+7=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE07 is #4201F8. Grayscale: #CFCFCF. Windows color (decimal): -4325881 or 523965. OLE color: 523965.
HSL color Cylindrical-coordinate representation of color #BDFE07: hue angle of 75.79º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDFE07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 7 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.00 |
| HSL | 75.79º | 0.99% | 0.51% | - |
| HSV(B) | 75.79º | 0.97% | 1% | - |
| XYZ | 56.47 | 81.72 | 13 | - |
| YUV | 206.41 | 15.47 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 7 | 0.26 | 0 | 0.97 | 0.00 | 75.79 | 0.99 | 0.51 |
| Hex | BD | FE | 7 | 1A | 0 | 61 | 0 | 4C | 63 | 33 |
| Octal | 275 | 376 | 7 | 32 | 0 | 141 | 0 | 114 | 143 | 63 |
| Binary | 10111101 | 11111110 | 111 | 11010 | 0 | 1100001 | 0 | 1001100 | 1100011 | 110011 |
Color Harmonies of #BDFE07
Complementary color
Monochromatic Colors of #BDFE07
Black with #BDFE07
Text Example
Text Example
White with #BDFE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE07; }
p { color: rgb(189,254,7); }
H1.HeaderClassName
{
color: #BDFE07;
}
.AnyTagClassName
{
color: #BDFE07;
}
</style>
background-color css
<style>
a { background-color: #BDFE07; }
a { background-color: rgb(189,254,7); }
div.DivClassName
{
background-color: #BDFE07;
}
.BgClassName
{
background-color: #BDFE07;
}
</style>
border-color css
<style>
span { border-color: #BDFE07; }
span { border-color: rgb(189,254,7); }
td.TdClassName
{
border-color: #BDFE07;
}
.TagClassName
{
border-color: #BDFE07;
}
</style>