Shades of Electric Lime #BDED00
Tints of Electric Lime #BDED00
RGB
CMYK
RGB Variations
Color information
#BDED00 (or 0xBDED00) is known color: Electric Lime. HEX triplet: BD, ED and 00. RGB value is (189,237,0). Sum of RGB (Red+Green+Blue) = 189+237+0=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 237 (92.97% from 255 or 55.63% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDED00 is #4212FF. Grayscale: #C4C4C4. Windows color (decimal): -4330240 or 60861. OLE color: 60861.
HSL color Cylindrical-coordinate representation of color #BDED00: hue angle of 72.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDED00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.07 |
| HSL | 72.15º | 1% | 0.46% | - |
| HSV(B) | 72.15º | 1% | 0.93% | - |
| XYZ | 51.27 | 71.39 | 11.08 | - |
| YUV | 195.63 | 17.6 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 0 | 0.20 | 0 | 1 | 0.07 | 72.15 | 1 | 0.46 |
| Hex | BD | ED | 0 | 14 | 0 | 64 | 7 | 48 | 64 | 2E |
| Octal | 275 | 355 | 0 | 24 | 0 | 144 | 7 | 110 | 144 | 56 |
| Binary | 10111101 | 11101101 | 0 | 10100 | 0 | 1100100 | 111 | 1001000 | 1100100 | 101110 |
Color Harmonies of #BDED00
Complementary color
Monochromatic Colors of #BDED00
Black with #BDED00
Text Example
Text Example
White with #BDED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED00; }
p { color: rgb(189,237,0); }
H1.HeaderClassName
{
color: #BDED00;
}
.AnyTagClassName
{
color: #BDED00;
}
</style>
background-color css
<style>
a { background-color: #BDED00; }
a { background-color: rgb(189,237,0); }
div.DivClassName
{
background-color: #BDED00;
}
.BgClassName
{
background-color: #BDED00;
}
</style>
border-color css
<style>
span { border-color: #BDED00; }
span { border-color: rgb(189,237,0); }
td.TdClassName
{
border-color: #BDED00;
}
.TagClassName
{
border-color: #BDED00;
}
</style>