Shades of Electric Lime #BFF60A
Tints of Electric Lime #BFF60A
RGB
CMYK
RGB Variations
Color information
#BFF60A (or 0xBFF60A) is known color: Electric Lime. HEX triplet: BF, F6 and 0A. RGB value is (191,246,10). Sum of RGB (Red+Green+Blue) = 191+246+10=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF60A is #4009F5. Grayscale: #CBCBCB. Windows color (decimal): -4196854 or 718527. OLE color: 718527.
HSL color Cylindrical-coordinate representation of color #BFF60A: hue angle of 73.98º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFF60A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 10 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.04 |
| HSL | 73.98º | 0.93% | 0.5% | - |
| HSV(B) | 73.98º | 0.96% | 0.96% | - |
| XYZ | 54.5 | 77.01 | 12.28 | - |
| YUV | 202.65 | 19.28 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 10 | 0.22 | 0 | 0.96 | 0.04 | 73.98 | 0.93 | 0.5 |
| Hex | BF | F6 | A | 16 | 0 | 60 | 4 | 4A | 5D | 32 |
| Octal | 277 | 366 | 12 | 26 | 0 | 140 | 4 | 112 | 135 | 62 |
| Binary | 10111111 | 11110110 | 1010 | 10110 | 0 | 1100000 | 100 | 1001010 | 1011101 | 110010 |
Color Harmonies of #BFF60A
Complementary color
Monochromatic Colors of #BFF60A
Black with #BFF60A
Text Example
Text Example
White with #BFF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF60A; }
p { color: rgb(191,246,10); }
H1.HeaderClassName
{
color: #BFF60A;
}
.AnyTagClassName
{
color: #BFF60A;
}
</style>
background-color css
<style>
a { background-color: #BFF60A; }
a { background-color: rgb(191,246,10); }
div.DivClassName
{
background-color: #BFF60A;
}
.BgClassName
{
background-color: #BFF60A;
}
</style>
border-color css
<style>
span { border-color: #BFF60A; }
span { border-color: rgb(191,246,10); }
td.TdClassName
{
border-color: #BFF60A;
}
.TagClassName
{
border-color: #BFF60A;
}
</style>