Shades of Electric Lime #BDF90B
Tints of Electric Lime #BDF90B
RGB
CMYK
RGB Variations
Color information
#BDF90B (or 0xBDF90B) is known color: Electric Lime. HEX triplet: BD, F9 and 0B. RGB value is (189,249,11). Sum of RGB (Red+Green+Blue) = 189+249+11=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF90B is #4206F4. Grayscale: #CCCCCC. Windows color (decimal): -4327157 or 784829. OLE color: 784829.
HSL color Cylindrical-coordinate representation of color #BDF90B: hue angle of 75.13º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDF90B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.02 |
| HSL | 75.13º | 0.95% | 0.51% | - |
| HSV(B) | 75.13º | 0.96% | 0.98% | - |
| XYZ | 54.92 | 78.59 | 12.59 | - |
| YUV | 203.93 | 19.12 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 11 | 0.24 | 0 | 0.96 | 0.02 | 75.13 | 0.95 | 0.51 |
| Hex | BD | F9 | B | 18 | 0 | 60 | 2 | 4B | 5F | 33 |
| Octal | 275 | 371 | 13 | 30 | 0 | 140 | 2 | 113 | 137 | 63 |
| Binary | 10111101 | 11111001 | 1011 | 11000 | 0 | 1100000 | 10 | 1001011 | 1011111 | 110011 |
Color Harmonies of #BDF90B
Complementary color
Monochromatic Colors of #BDF90B
Black with #BDF90B
Text Example
Text Example
White with #BDF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF90B; }
p { color: rgb(189,249,11); }
H1.HeaderClassName
{
color: #BDF90B;
}
.AnyTagClassName
{
color: #BDF90B;
}
</style>
background-color css
<style>
a { background-color: #BDF90B; }
a { background-color: rgb(189,249,11); }
div.DivClassName
{
background-color: #BDF90B;
}
.BgClassName
{
background-color: #BDF90B;
}
</style>
border-color css
<style>
span { border-color: #BDF90B; }
span { border-color: rgb(189,249,11); }
td.TdClassName
{
border-color: #BDF90B;
}
.TagClassName
{
border-color: #BDF90B;
}
</style>