Shades of Electric Lime #BDF407
Tints of Electric Lime #BDF407
RGB
CMYK
RGB Variations
Color information
#BDF407 (or 0xBDF407) is known color: Electric Lime. HEX triplet: BD, F4 and 07. RGB value is (189,244,7). Sum of RGB (Red+Green+Blue) = 189+244+7=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF407 is #420BF8. Grayscale: #C9C9C9. Windows color (decimal): -4328441 or 521405. OLE color: 521405.
HSL color Cylindrical-coordinate representation of color #BDF407: hue angle of 73.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF407 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.04 |
| HSL | 73.92º | 0.94% | 0.49% | - |
| HSV(B) | 73.92º | 0.97% | 0.96% | - |
| XYZ | 53.38 | 75.54 | 11.97 | - |
| YUV | 200.54 | 18.78 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 7 | 0.23 | 0 | 0.97 | 0.04 | 73.92 | 0.94 | 0.49 |
| Hex | BD | F4 | 7 | 17 | 0 | 61 | 4 | 4A | 5E | 31 |
| Octal | 275 | 364 | 7 | 27 | 0 | 141 | 4 | 112 | 136 | 61 |
| Binary | 10111101 | 11110100 | 111 | 10111 | 0 | 1100001 | 100 | 1001010 | 1011110 | 110001 |
Color Harmonies of #BDF407
Complementary color
Monochromatic Colors of #BDF407
Black with #BDF407
Text Example
Text Example
White with #BDF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF407; }
p { color: rgb(189,244,7); }
H1.HeaderClassName
{
color: #BDF407;
}
.AnyTagClassName
{
color: #BDF407;
}
</style>
background-color css
<style>
a { background-color: #BDF407; }
a { background-color: rgb(189,244,7); }
div.DivClassName
{
background-color: #BDF407;
}
.BgClassName
{
background-color: #BDF407;
}
</style>
border-color css
<style>
span { border-color: #BDF407; }
span { border-color: rgb(189,244,7); }
td.TdClassName
{
border-color: #BDF407;
}
.TagClassName
{
border-color: #BDF407;
}
</style>