Shades of Electric Lime #BDF400
Tints of Electric Lime #BDF400
RGB
CMYK
RGB Variations
Color information
#BDF400 (or 0xBDF400) is known color: Electric Lime. HEX triplet: BD, F4 and 00. RGB value is (189,244,0). Sum of RGB (Red+Green+Blue) = 189+244+0=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 244 (95.70% from 255 or 56.35% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF400 is #420BFF. Grayscale: #C8C8C8. Windows color (decimal): -4328448 or 62653. OLE color: 62653.
HSL color Cylindrical-coordinate representation of color #BDF400: hue angle of 73.52º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.04 |
| HSL | 73.52º | 1% | 0.48% | - |
| HSV(B) | 73.52º | 1% | 0.96% | - |
| XYZ | 53.34 | 75.52 | 11.77 | - |
| YUV | 199.74 | 15.28 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 0 | 0.23 | 0 | 1 | 0.04 | 73.52 | 1 | 0.48 |
| Hex | BD | F4 | 0 | 17 | 0 | 64 | 4 | 4A | 64 | 30 |
| Octal | 275 | 364 | 0 | 27 | 0 | 144 | 4 | 112 | 144 | 60 |
| Binary | 10111101 | 11110100 | 0 | 10111 | 0 | 1100100 | 100 | 1001010 | 1100100 | 110000 |
Color Harmonies of #BDF400
Complementary color
Monochromatic Colors of #BDF400
Black with #BDF400
Text Example
Text Example
White with #BDF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF400; }
p { color: rgb(189,244,0); }
H1.HeaderClassName
{
color: #BDF400;
}
.AnyTagClassName
{
color: #BDF400;
}
</style>
background-color css
<style>
a { background-color: #BDF400; }
a { background-color: rgb(189,244,0); }
div.DivClassName
{
background-color: #BDF400;
}
.BgClassName
{
background-color: #BDF400;
}
</style>
border-color css
<style>
span { border-color: #BDF400; }
span { border-color: rgb(189,244,0); }
td.TdClassName
{
border-color: #BDF400;
}
.TagClassName
{
border-color: #BDF400;
}
</style>