Shades of Electric Lime #BDF501
Tints of Electric Lime #BDF501
RGB
CMYK
RGB Variations
Color information
#BDF501 (or 0xBDF501) is known color: Electric Lime. HEX triplet: BD, F5 and 01. RGB value is (189,245,1). Sum of RGB (Red+Green+Blue) = 189+245+1=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF501 is #420AFE. Grayscale: #C9C9C9. Windows color (decimal): -4328191 or 128445. OLE color: 128445.
HSL color Cylindrical-coordinate representation of color #BDF501: hue angle of 73.77º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF501 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.04 |
| HSL | 73.77º | 0.99% | 0.48% | - |
| HSV(B) | 73.77º | 1% | 0.96% | - |
| XYZ | 53.64 | 76.13 | 11.9 | - |
| YUV | 200.44 | 15.45 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 1 | 0.23 | 0 | 1.00 | 0.04 | 73.77 | 0.99 | 0.48 |
| Hex | BD | F5 | 1 | 17 | 0 | 64 | 4 | 4A | 63 | 30 |
| Octal | 275 | 365 | 1 | 27 | 0 | 144 | 4 | 112 | 143 | 60 |
| Binary | 10111101 | 11110101 | 1 | 10111 | 0 | 1100100 | 100 | 1001010 | 1100011 | 110000 |
Color Harmonies of #BDF501
Complementary color
Monochromatic Colors of #BDF501
Black with #BDF501
Text Example
Text Example
White with #BDF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF501; }
p { color: rgb(189,245,1); }
H1.HeaderClassName
{
color: #BDF501;
}
.AnyTagClassName
{
color: #BDF501;
}
</style>
background-color css
<style>
a { background-color: #BDF501; }
a { background-color: rgb(189,245,1); }
div.DivClassName
{
background-color: #BDF501;
}
.BgClassName
{
background-color: #BDF501;
}
</style>
border-color css
<style>
span { border-color: #BDF501; }
span { border-color: rgb(189,245,1); }
td.TdClassName
{
border-color: #BDF501;
}
.TagClassName
{
border-color: #BDF501;
}
</style>