Shades of Electric Lime #BFFF19
Tints of Electric Lime #BFFF19
RGB
CMYK
RGB Variations
Color information
#BFFF19 (or 0xBFFF19) is known color: Electric Lime. HEX triplet: BF, FF and 19. RGB value is (191,255,25). Sum of RGB (Red+Green+Blue) = 191+255+25=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF19 is #4000E6. Grayscale: #D2D2D2. Windows color (decimal): -4194535 or 1703871. OLE color: 1703871.
HSL color Cylindrical-coordinate representation of color #BFFF19: hue angle of 76.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFFF19 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 25 | - |
| CMYK | 0.25 | 0 | 0.90 | 0 |
| HSL | 76.7º | 1% | 0.55% | - |
| HSV(B) | 76.7º | 0.9% | 1% | - |
| XYZ | 57.42 | 82.67 | 13.85 | - |
| YUV | 209.64 | 23.8 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 25 | 0.25 | 0 | 0.90 | 0 | 76.7 | 1 | 0.55 |
| Hex | BF | FF | 19 | 19 | 0 | 5A | 0 | 4D | 64 | 37 |
| Octal | 277 | 377 | 31 | 31 | 0 | 132 | 0 | 115 | 144 | 67 |
| Binary | 10111111 | 11111111 | 11001 | 11001 | 0 | 1011010 | 0 | 1001101 | 1100100 | 110111 |
Color Harmonies of #BFFF19
Complementary color
Monochromatic Colors of #BFFF19
Black with #BFFF19
Text Example
Text Example
White with #BFFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF19; }
p { color: rgb(191,255,25); }
H1.HeaderClassName
{
color: #BFFF19;
}
.AnyTagClassName
{
color: #BFFF19;
}
</style>
background-color css
<style>
a { background-color: #BFFF19; }
a { background-color: rgb(191,255,25); }
div.DivClassName
{
background-color: #BFFF19;
}
.BgClassName
{
background-color: #BFFF19;
}
</style>
border-color css
<style>
span { border-color: #BFFF19; }
span { border-color: rgb(191,255,25); }
td.TdClassName
{
border-color: #BFFF19;
}
.TagClassName
{
border-color: #BFFF19;
}
</style>