Shades of Electric Lime #BFF813
Tints of Electric Lime #BFF813
RGB
CMYK
RGB Variations
Color information
#BFF813 (or 0xBFF813) is known color: Electric Lime. HEX triplet: BF, F8 and 13. RGB value is (191,248,19). Sum of RGB (Red+Green+Blue) = 191+248+19=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF813 is #4007EC. Grayscale: #CDCDCD. Windows color (decimal): -4196333 or 1308863. OLE color: 1308863.
HSL color Cylindrical-coordinate representation of color #BFF813: hue angle of 74.93º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFF813 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 19 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.03 |
| HSL | 74.93º | 0.94% | 0.52% | - |
| HSV(B) | 74.93º | 0.92% | 0.97% | - |
| XYZ | 55.17 | 78.26 | 12.81 | - |
| YUV | 204.85 | 23.12 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 19 | 0.23 | 0 | 0.92 | 0.03 | 74.93 | 0.94 | 0.52 |
| Hex | BF | F8 | 13 | 17 | 0 | 5C | 3 | 4B | 5E | 34 |
| Octal | 277 | 370 | 23 | 27 | 0 | 134 | 3 | 113 | 136 | 64 |
| Binary | 10111111 | 11111000 | 10011 | 10111 | 0 | 1011100 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BFF813
Complementary color
Monochromatic Colors of #BFF813
Black with #BFF813
Text Example
Text Example
White with #BFF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF813; }
p { color: rgb(191,248,19); }
H1.HeaderClassName
{
color: #BFF813;
}
.AnyTagClassName
{
color: #BFF813;
}
</style>
background-color css
<style>
a { background-color: #BFF813; }
a { background-color: rgb(191,248,19); }
div.DivClassName
{
background-color: #BFF813;
}
.BgClassName
{
background-color: #BFF813;
}
</style>
border-color css
<style>
span { border-color: #BFF813; }
span { border-color: rgb(191,248,19); }
td.TdClassName
{
border-color: #BFF813;
}
.TagClassName
{
border-color: #BFF813;
}
</style>