Shades of Electric Lime #BCF703
Tints of Electric Lime #BCF703
RGB
CMYK
RGB Variations
Color information
#BCF703 (or 0xBCF703) is known color: Electric Lime. HEX triplet: BC, F7 and 03. RGB value is (188,247,3). Sum of RGB (Red+Green+Blue) = 188+247+3=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF703 is #4308FC. Grayscale: #CACACA. Windows color (decimal): -4393213 or 260028. OLE color: 260028.
HSL color Cylindrical-coordinate representation of color #BCF703: hue angle of 74.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCF703 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.03 |
| HSL | 74.51º | 0.98% | 0.49% | - |
| HSV(B) | 74.51º | 0.99% | 0.97% | - |
| XYZ | 54.02 | 77.22 | 12.14 | - |
| YUV | 201.54 | 15.95 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 3 | 0.24 | 0 | 0.99 | 0.03 | 74.51 | 0.98 | 0.49 |
| Hex | BC | F7 | 3 | 18 | 0 | 63 | 3 | 4B | 62 | 31 |
| Octal | 274 | 367 | 3 | 30 | 0 | 143 | 3 | 113 | 142 | 61 |
| Binary | 10111100 | 11110111 | 11 | 11000 | 0 | 1100011 | 11 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BCF703
Complementary color
Monochromatic Colors of #BCF703
Black with #BCF703
Text Example
Text Example
White with #BCF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF703; }
p { color: rgb(188,247,3); }
H1.HeaderClassName
{
color: #BCF703;
}
.AnyTagClassName
{
color: #BCF703;
}
</style>
background-color css
<style>
a { background-color: #BCF703; }
a { background-color: rgb(188,247,3); }
div.DivClassName
{
background-color: #BCF703;
}
.BgClassName
{
background-color: #BCF703;
}
</style>
border-color css
<style>
span { border-color: #BCF703; }
span { border-color: rgb(188,247,3); }
td.TdClassName
{
border-color: #BCF703;
}
.TagClassName
{
border-color: #BCF703;
}
</style>