Shades of Electric Lime #BFFD10
Tints of Electric Lime #BFFD10
RGB
CMYK
RGB Variations
Color information
#BFFD10 (or 0xBFFD10) is known color: Electric Lime. HEX triplet: BF, FD and 10. RGB value is (191,253,16). Sum of RGB (Red+Green+Blue) = 191+253+16=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD10 is #4002EF. Grayscale: #D0D0D0. Windows color (decimal): -4195056 or 1113535. OLE color: 1113535.
HSL color Cylindrical-coordinate representation of color #BFFD10: hue angle of 75.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFFD10 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 16 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.01 |
| HSL | 75.7º | 0.98% | 0.53% | - |
| HSV(B) | 75.7º | 0.94% | 0.99% | - |
| XYZ | 56.7 | 81.36 | 13.21 | - |
| YUV | 207.44 | 19.96 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 16 | 0.25 | 0 | 0.94 | 0.01 | 75.7 | 0.98 | 0.53 |
| Hex | BF | FD | 10 | 19 | 0 | 5E | 1 | 4C | 62 | 35 |
| Octal | 277 | 375 | 20 | 31 | 0 | 136 | 1 | 114 | 142 | 65 |
| Binary | 10111111 | 11111101 | 10000 | 11001 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110101 |
Color Harmonies of #BFFD10
Complementary color
Monochromatic Colors of #BFFD10
Black with #BFFD10
Text Example
Text Example
White with #BFFD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD10; }
p { color: rgb(191,253,16); }
H1.HeaderClassName
{
color: #BFFD10;
}
.AnyTagClassName
{
color: #BFFD10;
}
</style>
background-color css
<style>
a { background-color: #BFFD10; }
a { background-color: rgb(191,253,16); }
div.DivClassName
{
background-color: #BFFD10;
}
.BgClassName
{
background-color: #BFFD10;
}
</style>
border-color css
<style>
span { border-color: #BFFD10; }
span { border-color: rgb(191,253,16); }
td.TdClassName
{
border-color: #BFFD10;
}
.TagClassName
{
border-color: #BFFD10;
}
</style>