Shades of Electric Lime #BDF708
Tints of Electric Lime #BDF708
RGB
CMYK
RGB Variations
Color information
#BDF708 (or 0xBDF708) is known color: Electric Lime. HEX triplet: BD, F7 and 08. RGB value is (189,247,8). Sum of RGB (Red+Green+Blue) = 189+247+8=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF708 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF708 is #4208F7. Grayscale: #CBCBCB. Windows color (decimal): -4327672 or 587709. OLE color: 587709.
HSL color Cylindrical-coordinate representation of color #BDF708: hue angle of 74.56º 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 #BDF708 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.03 |
| HSL | 74.56º | 0.94% | 0.5% | - |
| HSV(B) | 74.56º | 0.97% | 0.97% | - |
| XYZ | 54.29 | 77.36 | 12.3 | - |
| YUV | 202.41 | 18.28 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 8 | 0.23 | 0 | 0.97 | 0.03 | 74.56 | 0.94 | 0.5 |
| Hex | BD | F7 | 8 | 17 | 0 | 61 | 3 | 4B | 5E | 32 |
| Octal | 275 | 367 | 10 | 27 | 0 | 141 | 3 | 113 | 136 | 62 |
| Binary | 10111101 | 11110111 | 1000 | 10111 | 0 | 1100001 | 11 | 1001011 | 1011110 | 110010 |
Color Harmonies of #BDF708
Complementary color
Monochromatic Colors of #BDF708
Black with #BDF708
Text Example
Text Example
White with #BDF708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF708; }
p { color: rgb(189,247,8); }
H1.HeaderClassName
{
color: #BDF708;
}
.AnyTagClassName
{
color: #BDF708;
}
</style>
background-color css
<style>
a { background-color: #BDF708; }
a { background-color: rgb(189,247,8); }
div.DivClassName
{
background-color: #BDF708;
}
.BgClassName
{
background-color: #BDF708;
}
</style>
border-color css
<style>
span { border-color: #BDF708; }
span { border-color: rgb(189,247,8); }
td.TdClassName
{
border-color: #BDF708;
}
.TagClassName
{
border-color: #BDF708;
}
</style>