Shades of Electric Lime #BDFE10
Tints of Electric Lime #BDFE10
RGB
CMYK
RGB Variations
Color information
#BDFE10 (or 0xBDFE10) is known color: Electric Lime. HEX triplet: BD, FE and 10. RGB value is (189,254,16). Sum of RGB (Red+Green+Blue) = 189+254+16=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE10 is #4201EF. Grayscale: #D0D0D0. Windows color (decimal): -4325872 or 1113789. OLE color: 1113789.
HSL color Cylindrical-coordinate representation of color #BDFE10: hue angle of 76.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDFE10 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 16 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.00 |
| HSL | 76.39º | 0.99% | 0.53% | - |
| HSV(B) | 76.39º | 0.94% | 1% | - |
| XYZ | 56.52 | 81.74 | 13.29 | - |
| YUV | 207.43 | 19.97 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 16 | 0.26 | 0 | 0.94 | 0.00 | 76.39 | 0.99 | 0.53 |
| Hex | BD | FE | 10 | 1A | 0 | 5E | 0 | 4C | 63 | 35 |
| Octal | 275 | 376 | 20 | 32 | 0 | 136 | 0 | 114 | 143 | 65 |
| Binary | 10111101 | 11111110 | 10000 | 11010 | 0 | 1011110 | 0 | 1001100 | 1100011 | 110101 |
Color Harmonies of #BDFE10
Complementary color
Monochromatic Colors of #BDFE10
Black with #BDFE10
Text Example
Text Example
White with #BDFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE10; }
p { color: rgb(189,254,16); }
H1.HeaderClassName
{
color: #BDFE10;
}
.AnyTagClassName
{
color: #BDFE10;
}
</style>
background-color css
<style>
a { background-color: #BDFE10; }
a { background-color: rgb(189,254,16); }
div.DivClassName
{
background-color: #BDFE10;
}
.BgClassName
{
background-color: #BDFE10;
}
</style>
border-color css
<style>
span { border-color: #BDFE10; }
span { border-color: rgb(189,254,16); }
td.TdClassName
{
border-color: #BDFE10;
}
.TagClassName
{
border-color: #BDFE10;
}
</style>