Shades of Electric Lime #BFF80D
Tints of Electric Lime #BFF80D
RGB
CMYK
RGB Variations
Color information
#BFF80D (or 0xBFF80D) is known color: Electric Lime. HEX triplet: BF, F8 and 0D. RGB value is (191,248,13). Sum of RGB (Red+Green+Blue) = 191+248+13=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF80D is #4007F2. Grayscale: #CDCDCD. Windows color (decimal): -4196339 or 915647. OLE color: 915647.
HSL color Cylindrical-coordinate representation of color #BFF80D: hue angle of 74.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF80D is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 13 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.03 |
| HSL | 74.55º | 0.94% | 0.51% | - |
| HSV(B) | 74.55º | 0.95% | 0.97% | - |
| XYZ | 55.13 | 78.24 | 12.58 | - |
| YUV | 204.17 | 20.12 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 13 | 0.23 | 0 | 0.95 | 0.03 | 74.55 | 0.94 | 0.51 |
| Hex | BF | F8 | D | 17 | 0 | 5F | 3 | 4B | 5E | 33 |
| Octal | 277 | 370 | 15 | 27 | 0 | 137 | 3 | 113 | 136 | 63 |
| Binary | 10111111 | 11111000 | 1101 | 10111 | 0 | 1011111 | 11 | 1001011 | 1011110 | 110011 |
Color Harmonies of #BFF80D
Complementary color
Monochromatic Colors of #BFF80D
Black with #BFF80D
Text Example
Text Example
White with #BFF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF80D; }
p { color: rgb(191,248,13); }
H1.HeaderClassName
{
color: #BFF80D;
}
.AnyTagClassName
{
color: #BFF80D;
}
</style>
background-color css
<style>
a { background-color: #BFF80D; }
a { background-color: rgb(191,248,13); }
div.DivClassName
{
background-color: #BFF80D;
}
.BgClassName
{
background-color: #BFF80D;
}
</style>
border-color css
<style>
span { border-color: #BFF80D; }
span { border-color: rgb(191,248,13); }
td.TdClassName
{
border-color: #BFF80D;
}
.TagClassName
{
border-color: #BFF80D;
}
</style>