Shades of Electric Lime #BDF70F
Tints of Electric Lime #BDF70F
RGB
CMYK
RGB Variations
Color information
#BDF70F (or 0xBDF70F) is known color: Electric Lime. HEX triplet: BD, F7 and 0F. RGB value is (189,247,15). Sum of RGB (Red+Green+Blue) = 189+247+15=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF70F is #4208F0. Grayscale: #CCCCCC. Windows color (decimal): -4327665 or 1046461. OLE color: 1046461.
HSL color Cylindrical-coordinate representation of color #BDF70F: hue angle of 75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDF70F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 15 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.03 |
| HSL | 75º | 0.94% | 0.51% | - |
| HSV(B) | 75º | 0.94% | 0.97% | - |
| XYZ | 54.33 | 77.37 | 12.52 | - |
| YUV | 203.21 | 21.78 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 15 | 0.23 | 0 | 0.94 | 0.03 | 75 | 0.94 | 0.51 |
| Hex | BD | F7 | F | 17 | 0 | 5E | 3 | 4B | 5E | 33 |
| Octal | 275 | 367 | 17 | 27 | 0 | 136 | 3 | 113 | 136 | 63 |
| Binary | 10111101 | 11110111 | 1111 | 10111 | 0 | 1011110 | 11 | 1001011 | 1011110 | 110011 |
Color Harmonies of #BDF70F
Complementary color
Monochromatic Colors of #BDF70F
Black with #BDF70F
Text Example
Text Example
White with #BDF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF70F; }
p { color: rgb(189,247,15); }
H1.HeaderClassName
{
color: #BDF70F;
}
.AnyTagClassName
{
color: #BDF70F;
}
</style>
background-color css
<style>
a { background-color: #BDF70F; }
a { background-color: rgb(189,247,15); }
div.DivClassName
{
background-color: #BDF70F;
}
.BgClassName
{
background-color: #BDF70F;
}
</style>
border-color css
<style>
span { border-color: #BDF70F; }
span { border-color: rgb(189,247,15); }
td.TdClassName
{
border-color: #BDF70F;
}
.TagClassName
{
border-color: #BDF70F;
}
</style>