Shades of Electric Lime #BDF509
Tints of Electric Lime #BDF509
RGB
CMYK
RGB Variations
Color information
#BDF509 (or 0xBDF509) is known color: Electric Lime. HEX triplet: BD, F5 and 09. RGB value is (189,245,9). Sum of RGB (Red+Green+Blue) = 189+245+9=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF509 is #420AF6. Grayscale: #CACACA. Windows color (decimal): -4328183 or 652733. OLE color: 652733.
HSL color Cylindrical-coordinate representation of color #BDF509: hue angle of 74.24º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDF509 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.04 |
| HSL | 74.24º | 0.93% | 0.5% | - |
| HSV(B) | 74.24º | 0.96% | 0.96% | - |
| XYZ | 53.69 | 76.14 | 12.13 | - |
| YUV | 201.35 | 19.45 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 9 | 0.23 | 0 | 0.96 | 0.04 | 74.24 | 0.93 | 0.5 |
| Hex | BD | F5 | 9 | 17 | 0 | 60 | 4 | 4A | 5D | 32 |
| Octal | 275 | 365 | 11 | 27 | 0 | 140 | 4 | 112 | 135 | 62 |
| Binary | 10111101 | 11110101 | 1001 | 10111 | 0 | 1100000 | 100 | 1001010 | 1011101 | 110010 |
Color Harmonies of #BDF509
Complementary color
Monochromatic Colors of #BDF509
Black with #BDF509
Text Example
Text Example
White with #BDF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF509; }
p { color: rgb(189,245,9); }
H1.HeaderClassName
{
color: #BDF509;
}
.AnyTagClassName
{
color: #BDF509;
}
</style>
background-color css
<style>
a { background-color: #BDF509; }
a { background-color: rgb(189,245,9); }
div.DivClassName
{
background-color: #BDF509;
}
.BgClassName
{
background-color: #BDF509;
}
</style>
border-color css
<style>
span { border-color: #BDF509; }
span { border-color: rgb(189,245,9); }
td.TdClassName
{
border-color: #BDF509;
}
.TagClassName
{
border-color: #BDF509;
}
</style>