Shades of Electric Lime #BDF703
Tints of Electric Lime #BDF703
RGB
CMYK
RGB Variations
Color information
#BDF703 (or 0xBDF703) is known color: Electric Lime. HEX triplet: BD, F7 and 03. RGB value is (189,247,3). Sum of RGB (Red+Green+Blue) = 189+247+3=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 247 (96.88% from 255 or 56.26% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF703 is #4208FC. Grayscale: #CACACA. Windows color (decimal): -4327677 or 260029. OLE color: 260029.
HSL color Cylindrical-coordinate representation of color #BDF703: hue angle of 74.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDF703 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.03 |
| HSL | 74.26º | 0.98% | 0.49% | - |
| HSV(B) | 74.26º | 0.99% | 0.97% | - |
| XYZ | 54.26 | 77.35 | 12.16 | - |
| YUV | 201.84 | 15.78 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 3 | 0.23 | 0 | 0.99 | 0.03 | 74.26 | 0.98 | 0.49 |
| Hex | BD | F7 | 3 | 17 | 0 | 63 | 3 | 4A | 62 | 31 |
| Octal | 275 | 367 | 3 | 27 | 0 | 143 | 3 | 112 | 142 | 61 |
| Binary | 10111101 | 11110111 | 11 | 10111 | 0 | 1100011 | 11 | 1001010 | 1100010 | 110001 |
Color Harmonies of #BDF703
Complementary color
Monochromatic Colors of #BDF703
Black with #BDF703
Text Example
Text Example
White with #BDF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF703; }
p { color: rgb(189,247,3); }
H1.HeaderClassName
{
color: #BDF703;
}
.AnyTagClassName
{
color: #BDF703;
}
</style>
background-color css
<style>
a { background-color: #BDF703; }
a { background-color: rgb(189,247,3); }
div.DivClassName
{
background-color: #BDF703;
}
.BgClassName
{
background-color: #BDF703;
}
</style>
border-color css
<style>
span { border-color: #BDF703; }
span { border-color: rgb(189,247,3); }
td.TdClassName
{
border-color: #BDF703;
}
.TagClassName
{
border-color: #BDF703;
}
</style>