Shades of Electric Lime #BDF107
Tints of Electric Lime #BDF107
RGB
CMYK
RGB Variations
Color information
#BDF107 (or 0xBDF107) is known color: Electric Lime. HEX triplet: BD, F1 and 07. RGB value is (189,241,7). Sum of RGB (Red+Green+Blue) = 189+241+7=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF107 is #420EF8. Grayscale: #C7C7C7. Windows color (decimal): -4329209 or 520637. OLE color: 520637.
HSL color Cylindrical-coordinate representation of color #BDF107: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF107 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.05 |
| HSL | 73.33º | 0.94% | 0.49% | - |
| HSV(B) | 73.33º | 0.97% | 0.95% | - |
| XYZ | 52.48 | 73.74 | 11.67 | - |
| YUV | 198.78 | 19.77 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 7 | 0.22 | 0 | 0.97 | 0.05 | 73.33 | 0.94 | 0.49 |
| Hex | BD | F1 | 7 | 16 | 0 | 61 | 5 | 49 | 5E | 31 |
| Octal | 275 | 361 | 7 | 26 | 0 | 141 | 5 | 111 | 136 | 61 |
| Binary | 10111101 | 11110001 | 111 | 10110 | 0 | 1100001 | 101 | 1001001 | 1011110 | 110001 |
Color Harmonies of #BDF107
Complementary color
Monochromatic Colors of #BDF107
Black with #BDF107
Text Example
Text Example
White with #BDF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF107; }
p { color: rgb(189,241,7); }
H1.HeaderClassName
{
color: #BDF107;
}
.AnyTagClassName
{
color: #BDF107;
}
</style>
background-color css
<style>
a { background-color: #BDF107; }
a { background-color: rgb(189,241,7); }
div.DivClassName
{
background-color: #BDF107;
}
.BgClassName
{
background-color: #BDF107;
}
</style>
border-color css
<style>
span { border-color: #BDF107; }
span { border-color: rgb(189,241,7); }
td.TdClassName
{
border-color: #BDF107;
}
.TagClassName
{
border-color: #BDF107;
}
</style>