Shades of Electric Lime #BCF602
Tints of Electric Lime #BCF602
RGB
CMYK
RGB Variations
Color information
#BCF602 (or 0xBCF602) is known color: Electric Lime. HEX triplet: BC, F6 and 02. RGB value is (188,246,2). Sum of RGB (Red+Green+Blue) = 188+246+2=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 246 (96.48% from 255 or 56.42% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF602 is #4309FD. Grayscale: #C9C9C9. Windows color (decimal): -4393470 or 194236. OLE color: 194236.
HSL color Cylindrical-coordinate representation of color #BCF602: hue angle of 74.26º 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 #BCF602 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.04 |
| HSL | 74.26º | 0.98% | 0.49% | - |
| HSV(B) | 74.26º | 0.99% | 0.96% | - |
| XYZ | 53.71 | 76.61 | 12.01 | - |
| YUV | 200.84 | 15.78 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 2 | 0.24 | 0 | 0.99 | 0.04 | 74.26 | 0.98 | 0.49 |
| Hex | BC | F6 | 2 | 18 | 0 | 63 | 4 | 4A | 62 | 31 |
| Octal | 274 | 366 | 2 | 30 | 0 | 143 | 4 | 112 | 142 | 61 |
| Binary | 10111100 | 11110110 | 10 | 11000 | 0 | 1100011 | 100 | 1001010 | 1100010 | 110001 |
Color Harmonies of #BCF602
Complementary color
Monochromatic Colors of #BCF602
Black with #BCF602
Text Example
Text Example
White with #BCF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF602; }
p { color: rgb(188,246,2); }
H1.HeaderClassName
{
color: #BCF602;
}
.AnyTagClassName
{
color: #BCF602;
}
</style>
background-color css
<style>
a { background-color: #BCF602; }
a { background-color: rgb(188,246,2); }
div.DivClassName
{
background-color: #BCF602;
}
.BgClassName
{
background-color: #BCF602;
}
</style>
border-color css
<style>
span { border-color: #BCF602; }
span { border-color: rgb(188,246,2); }
td.TdClassName
{
border-color: #BCF602;
}
.TagClassName
{
border-color: #BCF602;
}
</style>