Shades of Electric Lime #BFF80A
Tints of Electric Lime #BFF80A
RGB
CMYK
RGB Variations
Color information
#BFF80A (or 0xBFF80A) is known color: Electric Lime. HEX triplet: BF, F8 and 0A. RGB value is (191,248,10). Sum of RGB (Red+Green+Blue) = 191+248+10=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF80A is #4007F5. Grayscale: #CCCCCC. Windows color (decimal): -4196342 or 719039. OLE color: 719039.
HSL color Cylindrical-coordinate representation of color #BFF80A: hue angle of 74.37º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFF80A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.03 |
| HSL | 74.37º | 0.94% | 0.51% | - |
| HSV(B) | 74.37º | 0.96% | 0.97% | - |
| XYZ | 55.11 | 78.23 | 12.48 | - |
| YUV | 203.83 | 18.62 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 10 | 0.23 | 0 | 0.96 | 0.03 | 74.37 | 0.94 | 0.51 |
| Hex | BF | F8 | A | 17 | 0 | 60 | 3 | 4A | 5E | 33 |
| Octal | 277 | 370 | 12 | 27 | 0 | 140 | 3 | 112 | 136 | 63 |
| Binary | 10111111 | 11111000 | 1010 | 10111 | 0 | 1100000 | 11 | 1001010 | 1011110 | 110011 |
Color Harmonies of #BFF80A
Complementary color
Monochromatic Colors of #BFF80A
Black with #BFF80A
Text Example
Text Example
White with #BFF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF80A; }
p { color: rgb(191,248,10); }
H1.HeaderClassName
{
color: #BFF80A;
}
.AnyTagClassName
{
color: #BFF80A;
}
</style>
background-color css
<style>
a { background-color: #BFF80A; }
a { background-color: rgb(191,248,10); }
div.DivClassName
{
background-color: #BFF80A;
}
.BgClassName
{
background-color: #BFF80A;
}
</style>
border-color css
<style>
span { border-color: #BFF80A; }
span { border-color: rgb(191,248,10); }
td.TdClassName
{
border-color: #BFF80A;
}
.TagClassName
{
border-color: #BFF80A;
}
</style>