Shades of Electric Lime #BCF503
Tints of Electric Lime #BCF503
RGB
CMYK
RGB Variations
Color information
#BCF503 (or 0xBCF503) is known color: Electric Lime. HEX triplet: BC, F5 and 03. RGB value is (188,245,3). Sum of RGB (Red+Green+Blue) = 188+245+3=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF503 is #430AFC. Grayscale: #C9C9C9. Windows color (decimal): -4393725 or 259516. OLE color: 259516.
HSL color Cylindrical-coordinate representation of color #BCF503: hue angle of 74.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCF503 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.04 |
| HSL | 74.13º | 0.98% | 0.49% | - |
| HSV(B) | 74.13º | 0.99% | 0.96% | - |
| XYZ | 53.41 | 76 | 11.94 | - |
| YUV | 200.37 | 16.62 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 3 | 0.23 | 0 | 0.99 | 0.04 | 74.13 | 0.98 | 0.49 |
| Hex | BC | F5 | 3 | 17 | 0 | 63 | 4 | 4A | 62 | 31 |
| Octal | 274 | 365 | 3 | 27 | 0 | 143 | 4 | 112 | 142 | 61 |
| Binary | 10111100 | 11110101 | 11 | 10111 | 0 | 1100011 | 100 | 1001010 | 1100010 | 110001 |
Color Harmonies of #BCF503
Complementary color
Monochromatic Colors of #BCF503
Black with #BCF503
Text Example
Text Example
White with #BCF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF503; }
p { color: rgb(188,245,3); }
H1.HeaderClassName
{
color: #BCF503;
}
.AnyTagClassName
{
color: #BCF503;
}
</style>
background-color css
<style>
a { background-color: #BCF503; }
a { background-color: rgb(188,245,3); }
div.DivClassName
{
background-color: #BCF503;
}
.BgClassName
{
background-color: #BCF503;
}
</style>
border-color css
<style>
span { border-color: #BCF503; }
span { border-color: rgb(188,245,3); }
td.TdClassName
{
border-color: #BCF503;
}
.TagClassName
{
border-color: #BCF503;
}
</style>