Shades of Electric Lime #BFFF0A
Tints of Electric Lime #BFFF0A
RGB
CMYK
RGB Variations
Color information
#BFFF0A (or 0xBFFF0A) is known color: Electric Lime. HEX triplet: BF, FF and 0A. RGB value is (191,255,10). Sum of RGB (Red+Green+Blue) = 191+255+10=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF0A is #4000F5. Grayscale: #D0D0D0. Windows color (decimal): -4194550 or 720831. OLE color: 720831.
HSL color Cylindrical-coordinate representation of color #BFFF0A: hue angle of 75.67º 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 #BFFF0A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 10 | - |
| CMYK | 0.25 | 0 | 0.96 | 0 |
| HSL | 75.67º | 1% | 0.52% | - |
| HSV(B) | 75.67º | 0.96% | 1% | - |
| XYZ | 57.3 | 82.62 | 13.21 | - |
| YUV | 207.93 | 16.3 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 10 | 0.25 | 0 | 0.96 | 0 | 75.67 | 1 | 0.52 |
| Hex | BF | FF | A | 19 | 0 | 60 | 0 | 4C | 64 | 34 |
| Octal | 277 | 377 | 12 | 31 | 0 | 140 | 0 | 114 | 144 | 64 |
| Binary | 10111111 | 11111111 | 1010 | 11001 | 0 | 1100000 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BFFF0A
Complementary color
Monochromatic Colors of #BFFF0A
Black with #BFFF0A
Text Example
Text Example
White with #BFFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF0A; }
p { color: rgb(191,255,10); }
H1.HeaderClassName
{
color: #BFFF0A;
}
.AnyTagClassName
{
color: #BFFF0A;
}
</style>
background-color css
<style>
a { background-color: #BFFF0A; }
a { background-color: rgb(191,255,10); }
div.DivClassName
{
background-color: #BFFF0A;
}
.BgClassName
{
background-color: #BFFF0A;
}
</style>
border-color css
<style>
span { border-color: #BFFF0A; }
span { border-color: rgb(191,255,10); }
td.TdClassName
{
border-color: #BFFF0A;
}
.TagClassName
{
border-color: #BFFF0A;
}
</style>