Shades of Electric Lime #BDFF09
Tints of Electric Lime #BDFF09
RGB
CMYK
RGB Variations
Color information
#BDFF09 (or 0xBDFF09) is known color: Electric Lime. HEX triplet: BD, FF and 09. RGB value is (189,255,9). Sum of RGB (Red+Green+Blue) = 189+255+9=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF09 is #4200F6. Grayscale: #D0D0D0. Windows color (decimal): -4325623 or 655293. OLE color: 655293.
HSL color Cylindrical-coordinate representation of color #BDFF09: hue angle of 76.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDFF09 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0 |
| HSL | 76.1º | 1% | 0.52% | - |
| HSV(B) | 76.1º | 0.96% | 1% | - |
| XYZ | 56.8 | 82.36 | 13.16 | - |
| YUV | 207.22 | 16.13 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 9 | 0.26 | 0 | 0.96 | 0 | 76.1 | 1 | 0.52 |
| Hex | BD | FF | 9 | 1A | 0 | 60 | 0 | 4C | 64 | 34 |
| Octal | 275 | 377 | 11 | 32 | 0 | 140 | 0 | 114 | 144 | 64 |
| Binary | 10111101 | 11111111 | 1001 | 11010 | 0 | 1100000 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BDFF09
Complementary color
Monochromatic Colors of #BDFF09
Black with #BDFF09
Text Example
Text Example
White with #BDFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF09; }
p { color: rgb(189,255,9); }
H1.HeaderClassName
{
color: #BDFF09;
}
.AnyTagClassName
{
color: #BDFF09;
}
</style>
background-color css
<style>
a { background-color: #BDFF09; }
a { background-color: rgb(189,255,9); }
div.DivClassName
{
background-color: #BDFF09;
}
.BgClassName
{
background-color: #BDFF09;
}
</style>
border-color css
<style>
span { border-color: #BDFF09; }
span { border-color: rgb(189,255,9); }
td.TdClassName
{
border-color: #BDFF09;
}
.TagClassName
{
border-color: #BDFF09;
}
</style>