Shades of Electric Lime #BCF200
Tints of Electric Lime #BCF200
RGB
CMYK
RGB Variations
Color information
#BCF200 (or 0xBCF200) is known color: Electric Lime. HEX triplet: BC, F2 and 00. RGB value is (188,242,0). Sum of RGB (Red+Green+Blue) = 188+242+0=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF200 is #430DFF. Grayscale: #C7C7C7. Windows color (decimal): -4394496 or 62140. OLE color: 62140.
HSL color Cylindrical-coordinate representation of color #BCF200: hue angle of 73.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF200 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.05 |
| HSL | 73.39º | 1% | 0.47% | - |
| HSV(B) | 73.39º | 1% | 0.95% | - |
| XYZ | 52.49 | 74.2 | 11.55 | - |
| YUV | 198.27 | 16.11 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 0 | 0.22 | 0 | 1 | 0.05 | 73.39 | 1 | 0.47 |
| Hex | BC | F2 | 0 | 16 | 0 | 64 | 5 | 49 | 64 | 2F |
| Octal | 274 | 362 | 0 | 26 | 0 | 144 | 5 | 111 | 144 | 57 |
| Binary | 10111100 | 11110010 | 0 | 10110 | 0 | 1100100 | 101 | 1001001 | 1100100 | 101111 |
Color Harmonies of #BCF200
Complementary color
Monochromatic Colors of #BCF200
Black with #BCF200
Text Example
Text Example
White with #BCF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF200; }
p { color: rgb(188,242,0); }
H1.HeaderClassName
{
color: #BCF200;
}
.AnyTagClassName
{
color: #BCF200;
}
</style>
background-color css
<style>
a { background-color: #BCF200; }
a { background-color: rgb(188,242,0); }
div.DivClassName
{
background-color: #BCF200;
}
.BgClassName
{
background-color: #BCF200;
}
</style>
border-color css
<style>
span { border-color: #BCF200; }
span { border-color: rgb(188,242,0); }
td.TdClassName
{
border-color: #BCF200;
}
.TagClassName
{
border-color: #BCF200;
}
</style>