Shades of Electric Lime #BDF503
Tints of Electric Lime #BDF503
RGB
CMYK
RGB Variations
Color information
#BDF503 (or 0xBDF503) is known color: Electric Lime. HEX triplet: BD, F5 and 03. RGB value is (189,245,3). Sum of RGB (Red+Green+Blue) = 189+245+3=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF503 is #420AFC. Grayscale: #C9C9C9. Windows color (decimal): -4328189 or 259517. OLE color: 259517.
HSL color Cylindrical-coordinate representation of color #BDF503: hue angle of 73.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDF503 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.04 |
| HSL | 73.88º | 0.98% | 0.49% | - |
| HSV(B) | 73.88º | 0.99% | 0.96% | - |
| XYZ | 53.66 | 76.13 | 11.95 | - |
| YUV | 200.67 | 16.45 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 3 | 0.23 | 0 | 0.99 | 0.04 | 73.88 | 0.98 | 0.49 |
| Hex | BD | F5 | 3 | 17 | 0 | 63 | 4 | 4A | 62 | 31 |
| Octal | 275 | 365 | 3 | 27 | 0 | 143 | 4 | 112 | 142 | 61 |
| Binary | 10111101 | 11110101 | 11 | 10111 | 0 | 1100011 | 100 | 1001010 | 1100010 | 110001 |
Color Harmonies of #BDF503
Complementary color
Monochromatic Colors of #BDF503
Black with #BDF503
Text Example
Text Example
White with #BDF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF503; }
p { color: rgb(189,245,3); }
H1.HeaderClassName
{
color: #BDF503;
}
.AnyTagClassName
{
color: #BDF503;
}
</style>
background-color css
<style>
a { background-color: #BDF503; }
a { background-color: rgb(189,245,3); }
div.DivClassName
{
background-color: #BDF503;
}
.BgClassName
{
background-color: #BDF503;
}
</style>
border-color css
<style>
span { border-color: #BDF503; }
span { border-color: rgb(189,245,3); }
td.TdClassName
{
border-color: #BDF503;
}
.TagClassName
{
border-color: #BDF503;
}
</style>