Shades of Electric Lime #BFFC05
Tints of Electric Lime #BFFC05
RGB
CMYK
RGB Variations
Color information
#BFFC05 (or 0xBFFC05) is known color: Electric Lime. HEX triplet: BF, FC and 05. RGB value is (191,252,5). Sum of RGB (Red+Green+Blue) = 191+252+5=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC05 is #4003FA. Grayscale: #CECECE. Windows color (decimal): -4195323 or 392383. OLE color: 392383.
HSL color Cylindrical-coordinate representation of color #BFFC05: hue angle of 74.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFFC05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.01 |
| HSL | 74.82º | 0.98% | 0.5% | - |
| HSV(B) | 74.82º | 0.98% | 0.99% | - |
| XYZ | 56.32 | 80.71 | 12.75 | - |
| YUV | 205.6 | 14.79 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 5 | 0.24 | 0 | 0.98 | 0.01 | 74.82 | 0.98 | 0.5 |
| Hex | BF | FC | 5 | 18 | 0 | 62 | 1 | 4B | 62 | 32 |
| Octal | 277 | 374 | 5 | 30 | 0 | 142 | 1 | 113 | 142 | 62 |
| Binary | 10111111 | 11111100 | 101 | 11000 | 0 | 1100010 | 1 | 1001011 | 1100010 | 110010 |
Color Harmonies of #BFFC05
Complementary color
Monochromatic Colors of #BFFC05
Black with #BFFC05
Text Example
Text Example
White with #BFFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC05; }
p { color: rgb(191,252,5); }
H1.HeaderClassName
{
color: #BFFC05;
}
.AnyTagClassName
{
color: #BFFC05;
}
</style>
background-color css
<style>
a { background-color: #BFFC05; }
a { background-color: rgb(191,252,5); }
div.DivClassName
{
background-color: #BFFC05;
}
.BgClassName
{
background-color: #BFFC05;
}
</style>
border-color css
<style>
span { border-color: #BFFC05; }
span { border-color: rgb(191,252,5); }
td.TdClassName
{
border-color: #BFFC05;
}
.TagClassName
{
border-color: #BFFC05;
}
</style>