Shades of Electric Lime #BCF802
Tints of Electric Lime #BCF802
RGB
CMYK
RGB Variations
Color information
#BCF802 (or 0xBCF802) is known color: Electric Lime. HEX triplet: BC, F8 and 02. RGB value is (188,248,2). Sum of RGB (Red+Green+Blue) = 188+248+2=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF802 is #4307FD. Grayscale: #CACACA. Windows color (decimal): -4392958 or 194748. OLE color: 194748.
HSL color Cylindrical-coordinate representation of color #BCF802: hue angle of 74.63º 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 #BCF802 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.03 |
| HSL | 74.63º | 0.98% | 0.49% | - |
| HSV(B) | 74.63º | 0.99% | 0.97% | - |
| XYZ | 54.32 | 77.83 | 12.22 | - |
| YUV | 202.02 | 15.12 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 2 | 0.24 | 0 | 0.99 | 0.03 | 74.63 | 0.98 | 0.49 |
| Hex | BC | F8 | 2 | 18 | 0 | 63 | 3 | 4B | 62 | 31 |
| Octal | 274 | 370 | 2 | 30 | 0 | 143 | 3 | 113 | 142 | 61 |
| Binary | 10111100 | 11111000 | 10 | 11000 | 0 | 1100011 | 11 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BCF802
Complementary color
Monochromatic Colors of #BCF802
Black with #BCF802
Text Example
Text Example
White with #BCF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF802; }
p { color: rgb(188,248,2); }
H1.HeaderClassName
{
color: #BCF802;
}
.AnyTagClassName
{
color: #BCF802;
}
</style>
background-color css
<style>
a { background-color: #BCF802; }
a { background-color: rgb(188,248,2); }
div.DivClassName
{
background-color: #BCF802;
}
.BgClassName
{
background-color: #BCF802;
}
</style>
border-color css
<style>
span { border-color: #BCF802; }
span { border-color: rgb(188,248,2); }
td.TdClassName
{
border-color: #BCF802;
}
.TagClassName
{
border-color: #BCF802;
}
</style>