Shades of Electric Lime #BFFD03
Tints of Electric Lime #BFFD03
RGB
CMYK
RGB Variations
Color information
#BFFD03 (or 0xBFFD03) is known color: Electric Lime. HEX triplet: BF, FD and 03. RGB value is (191,253,3). Sum of RGB (Red+Green+Blue) = 191+253+3=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD03 is #4002FC. Grayscale: #CECECE. Windows color (decimal): -4195069 or 261567. OLE color: 261567.
HSL color Cylindrical-coordinate representation of color #BFFD03: hue angle of 74.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFFD03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.01 |
| HSL | 74.88º | 0.98% | 0.5% | - |
| HSV(B) | 74.88º | 0.99% | 0.99% | - |
| XYZ | 56.63 | 81.33 | 12.8 | - |
| YUV | 205.96 | 13.46 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 3 | 0.25 | 0 | 0.99 | 0.01 | 74.88 | 0.98 | 0.5 |
| Hex | BF | FD | 3 | 19 | 0 | 63 | 1 | 4B | 62 | 32 |
| Octal | 277 | 375 | 3 | 31 | 0 | 143 | 1 | 113 | 142 | 62 |
| Binary | 10111111 | 11111101 | 11 | 11001 | 0 | 1100011 | 1 | 1001011 | 1100010 | 110010 |
Color Harmonies of #BFFD03
Complementary color
Monochromatic Colors of #BFFD03
Black with #BFFD03
Text Example
Text Example
White with #BFFD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD03; }
p { color: rgb(191,253,3); }
H1.HeaderClassName
{
color: #BFFD03;
}
.AnyTagClassName
{
color: #BFFD03;
}
</style>
background-color css
<style>
a { background-color: #BFFD03; }
a { background-color: rgb(191,253,3); }
div.DivClassName
{
background-color: #BFFD03;
}
.BgClassName
{
background-color: #BFFD03;
}
</style>
border-color css
<style>
span { border-color: #BFFD03; }
span { border-color: rgb(191,253,3); }
td.TdClassName
{
border-color: #BFFD03;
}
.TagClassName
{
border-color: #BFFD03;
}
</style>