Shades of Electric Lime #BCF90E
Tints of Electric Lime #BCF90E
RGB
CMYK
RGB Variations
Color information
#BCF90E (or 0xBCF90E) is known color: Electric Lime. HEX triplet: BC, F9 and 0E. RGB value is (188,249,14). Sum of RGB (Red+Green+Blue) = 188+249+14=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF90E is #4306F1. Grayscale: #CCCCCC. Windows color (decimal): -4392690 or 981436. OLE color: 981436.
HSL color Cylindrical-coordinate representation of color #BCF90E: hue angle of 75.57º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCF90E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 14 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.02 |
| HSL | 75.57º | 0.95% | 0.52% | - |
| HSV(B) | 75.57º | 0.94% | 0.98% | - |
| XYZ | 54.69 | 78.47 | 12.68 | - |
| YUV | 203.97 | 20.79 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 14 | 0.24 | 0 | 0.94 | 0.02 | 75.57 | 0.95 | 0.52 |
| Hex | BC | F9 | E | 18 | 0 | 5E | 2 | 4C | 5F | 34 |
| Octal | 274 | 371 | 16 | 30 | 0 | 136 | 2 | 114 | 137 | 64 |
| Binary | 10111100 | 11111001 | 1110 | 11000 | 0 | 1011110 | 10 | 1001100 | 1011111 | 110100 |
Color Harmonies of #BCF90E
Complementary color
Monochromatic Colors of #BCF90E
Black with #BCF90E
Text Example
Text Example
White with #BCF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF90E; }
p { color: rgb(188,249,14); }
H1.HeaderClassName
{
color: #BCF90E;
}
.AnyTagClassName
{
color: #BCF90E;
}
</style>
background-color css
<style>
a { background-color: #BCF90E; }
a { background-color: rgb(188,249,14); }
div.DivClassName
{
background-color: #BCF90E;
}
.BgClassName
{
background-color: #BCF90E;
}
</style>
border-color css
<style>
span { border-color: #BCF90E; }
span { border-color: rgb(188,249,14); }
td.TdClassName
{
border-color: #BCF90E;
}
.TagClassName
{
border-color: #BCF90E;
}
</style>