Shades of Electric Lime #BFEF03
Tints of Electric Lime #BFEF03
RGB
CMYK
RGB Variations
Color information
#BFEF03 (or 0xBFEF03) is known color: Electric Lime. HEX triplet: BF, EF and 03. RGB value is (191,239,3). Sum of RGB (Red+Green+Blue) = 191+239+3=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEF03 is #4010FC. Grayscale: #C6C6C6. Windows color (decimal): -4198653 or 257983. OLE color: 257983.
HSL color Cylindrical-coordinate representation of color #BFEF03: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFEF03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.06 |
| HSL | 72.2º | 0.98% | 0.47% | - |
| HSV(B) | 72.2º | 0.99% | 0.94% | - |
| XYZ | 52.37 | 72.82 | 11.38 | - |
| YUV | 197.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 3 | 0.20 | 0 | 0.99 | 0.06 | 72.2 | 0.98 | 0.47 |
| Hex | BF | EF | 3 | 14 | 0 | 63 | 6 | 48 | 62 | 2F |
| Octal | 277 | 357 | 3 | 24 | 0 | 143 | 6 | 110 | 142 | 57 |
| Binary | 10111111 | 11101111 | 11 | 10100 | 0 | 1100011 | 110 | 1001000 | 1100010 | 101111 |
Color Harmonies of #BFEF03
Complementary color
Monochromatic Colors of #BFEF03
Black with #BFEF03
Text Example
Text Example
White with #BFEF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF03; }
p { color: rgb(191,239,3); }
H1.HeaderClassName
{
color: #BFEF03;
}
.AnyTagClassName
{
color: #BFEF03;
}
</style>
background-color css
<style>
a { background-color: #BFEF03; }
a { background-color: rgb(191,239,3); }
div.DivClassName
{
background-color: #BFEF03;
}
.BgClassName
{
background-color: #BFEF03;
}
</style>
border-color css
<style>
span { border-color: #BFEF03; }
span { border-color: rgb(191,239,3); }
td.TdClassName
{
border-color: #BFEF03;
}
.TagClassName
{
border-color: #BFEF03;
}
</style>