Shades of Electric Lime #BDF707
Tints of Electric Lime #BDF707
RGB
CMYK
RGB Variations
Color information
#BDF707 (or 0xBDF707) is known color: Electric Lime. HEX triplet: BD, F7 and 07. RGB value is (189,247,7). Sum of RGB (Red+Green+Blue) = 189+247+7=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 247 (96.88% from 255 or 55.76% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF707 is #4208F8. Grayscale: #CBCBCB. Windows color (decimal): -4327673 or 522173. OLE color: 522173.
HSL color Cylindrical-coordinate representation of color #BDF707: hue angle of 74.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF707 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.03 |
| HSL | 74.5º | 0.94% | 0.5% | - |
| HSV(B) | 74.5º | 0.97% | 0.97% | - |
| XYZ | 54.29 | 77.36 | 12.27 | - |
| YUV | 202.3 | 17.78 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 7 | 0.23 | 0 | 0.97 | 0.03 | 74.5 | 0.94 | 0.5 |
| Hex | BD | F7 | 7 | 17 | 0 | 61 | 3 | 4A | 5E | 32 |
| Octal | 275 | 367 | 7 | 27 | 0 | 141 | 3 | 112 | 136 | 62 |
| Binary | 10111101 | 11110111 | 111 | 10111 | 0 | 1100001 | 11 | 1001010 | 1011110 | 110010 |
Color Harmonies of #BDF707
Complementary color
Monochromatic Colors of #BDF707
Black with #BDF707
Text Example
Text Example
White with #BDF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF707; }
p { color: rgb(189,247,7); }
H1.HeaderClassName
{
color: #BDF707;
}
.AnyTagClassName
{
color: #BDF707;
}
</style>
background-color css
<style>
a { background-color: #BDF707; }
a { background-color: rgb(189,247,7); }
div.DivClassName
{
background-color: #BDF707;
}
.BgClassName
{
background-color: #BDF707;
}
</style>
border-color css
<style>
span { border-color: #BDF707; }
span { border-color: rgb(189,247,7); }
td.TdClassName
{
border-color: #BDF707;
}
.TagClassName
{
border-color: #BDF707;
}
</style>