Shades of Electric Lime #BFF713
Tints of Electric Lime #BFF713
RGB
CMYK
RGB Variations
Color information
#BFF713 (or 0xBFF713) is known color: Electric Lime. HEX triplet: BF, F7 and 13. RGB value is (191,247,19). Sum of RGB (Red+Green+Blue) = 191+247+19=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF713 is #4008EC. Grayscale: #CDCDCD. Windows color (decimal): -4196589 or 1308607. OLE color: 1308607.
HSL color Cylindrical-coordinate representation of color #BFF713: hue angle of 74.74º degrees, saturation: 0.93, 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 #BFF713 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 19 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.03 |
| HSL | 74.74º | 0.93% | 0.52% | - |
| HSV(B) | 74.74º | 0.92% | 0.97% | - |
| XYZ | 54.86 | 77.64 | 12.71 | - |
| YUV | 204.26 | 23.45 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 19 | 0.23 | 0 | 0.92 | 0.03 | 74.74 | 0.93 | 0.52 |
| Hex | BF | F7 | 13 | 17 | 0 | 5C | 3 | 4B | 5D | 34 |
| Octal | 277 | 367 | 23 | 27 | 0 | 134 | 3 | 113 | 135 | 64 |
| Binary | 10111111 | 11110111 | 10011 | 10111 | 0 | 1011100 | 11 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BFF713
Complementary color
Monochromatic Colors of #BFF713
Black with #BFF713
Text Example
Text Example
White with #BFF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF713; }
p { color: rgb(191,247,19); }
H1.HeaderClassName
{
color: #BFF713;
}
.AnyTagClassName
{
color: #BFF713;
}
</style>
background-color css
<style>
a { background-color: #BFF713; }
a { background-color: rgb(191,247,19); }
div.DivClassName
{
background-color: #BFF713;
}
.BgClassName
{
background-color: #BFF713;
}
</style>
border-color css
<style>
span { border-color: #BFF713; }
span { border-color: rgb(191,247,19); }
td.TdClassName
{
border-color: #BFF713;
}
.TagClassName
{
border-color: #BFF713;
}
</style>