Shades of Electric Lime #BDFF10
Tints of Electric Lime #BDFF10
RGB
CMYK
RGB Variations
Color information
#BDFF10 (or 0xBDFF10) is known color: Electric Lime. HEX triplet: BD, FF and 10. RGB value is (189,255,16). Sum of RGB (Red+Green+Blue) = 189+255+16=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF10 is #4200EF. Grayscale: #D0D0D0. Windows color (decimal): -4325616 or 1114045. OLE color: 1114045.
HSL color Cylindrical-coordinate representation of color #BDFF10: hue angle of 76.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDFF10 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 16 | - |
| CMYK | 0.26 | 0 | 0.94 | 0 |
| HSL | 76.57º | 1% | 0.53% | - |
| HSV(B) | 76.57º | 0.94% | 1% | - |
| XYZ | 56.84 | 82.38 | 13.39 | - |
| YUV | 208.02 | 19.63 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 16 | 0.26 | 0 | 0.94 | 0 | 76.57 | 1 | 0.53 |
| Hex | BD | FF | 10 | 1A | 0 | 5E | 0 | 4D | 64 | 35 |
| Octal | 275 | 377 | 20 | 32 | 0 | 136 | 0 | 115 | 144 | 65 |
| Binary | 10111101 | 11111111 | 10000 | 11010 | 0 | 1011110 | 0 | 1001101 | 1100100 | 110101 |
Color Harmonies of #BDFF10
Complementary color
Monochromatic Colors of #BDFF10
Black with #BDFF10
Text Example
Text Example
White with #BDFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF10; }
p { color: rgb(189,255,16); }
H1.HeaderClassName
{
color: #BDFF10;
}
.AnyTagClassName
{
color: #BDFF10;
}
</style>
background-color css
<style>
a { background-color: #BDFF10; }
a { background-color: rgb(189,255,16); }
div.DivClassName
{
background-color: #BDFF10;
}
.BgClassName
{
background-color: #BDFF10;
}
</style>
border-color css
<style>
span { border-color: #BDFF10; }
span { border-color: rgb(189,255,16); }
td.TdClassName
{
border-color: #BDFF10;
}
.TagClassName
{
border-color: #BDFF10;
}
</style>