Shades of Electric Lime #BCF902
Tints of Electric Lime #BCF902
RGB
CMYK
RGB Variations
Color information
#BCF902 (or 0xBCF902) is known color: Electric Lime. HEX triplet: BC, F9 and 02. RGB value is (188,249,2). Sum of RGB (Red+Green+Blue) = 188+249+2=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 249 (97.66% from 255 or 56.72% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF902 is #4306FD. Grayscale: #CBCBCB. Windows color (decimal): -4392702 or 195004. OLE color: 195004.
HSL color Cylindrical-coordinate representation of color #BCF902: hue angle of 74.82º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCF902 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.02 |
| HSL | 74.82º | 0.98% | 0.49% | - |
| HSV(B) | 74.82º | 0.99% | 0.98% | - |
| XYZ | 54.63 | 78.45 | 12.32 | - |
| YUV | 202.6 | 14.79 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 2 | 0.24 | 0 | 0.99 | 0.02 | 74.82 | 0.98 | 0.49 |
| Hex | BC | F9 | 2 | 18 | 0 | 63 | 2 | 4B | 62 | 31 |
| Octal | 274 | 371 | 2 | 30 | 0 | 143 | 2 | 113 | 142 | 61 |
| Binary | 10111100 | 11111001 | 10 | 11000 | 0 | 1100011 | 10 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BCF902
Complementary color
Monochromatic Colors of #BCF902
Black with #BCF902
Text Example
Text Example
White with #BCF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF902; }
p { color: rgb(188,249,2); }
H1.HeaderClassName
{
color: #BCF902;
}
.AnyTagClassName
{
color: #BCF902;
}
</style>
background-color css
<style>
a { background-color: #BCF902; }
a { background-color: rgb(188,249,2); }
div.DivClassName
{
background-color: #BCF902;
}
.BgClassName
{
background-color: #BCF902;
}
</style>
border-color css
<style>
span { border-color: #BCF902; }
span { border-color: rgb(188,249,2); }
td.TdClassName
{
border-color: #BCF902;
}
.TagClassName
{
border-color: #BCF902;
}
</style>