Html Css Color HEX #BCFB02 Electric Lime

📋 copy color: '#BCFB02'

red 188 ◦ green 251 ◦ blue 2

#BCFB02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #BCFB02

Tints of Electric Lime #BCFB02

RGB

 RED value IS 188 (73.83% from 255) = 42.63%

 GREEN value IS 251 (98.44% from 255) = 56.92%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 42.63%
G = 56.92%
B = 0.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCFB02 (or 0xBCFB02) is known color: Electric Lime. HEX triplet: BC, FB and 02. RGB value is (188,251,2). Sum of RGB (Red+Green+Blue) = 188+251+2=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFB02 is #4304FD. Grayscale: #CCCCCC. Windows color (decimal): -4392190 or 195516. OLE color: 195516.

HSL color Cylindrical-coordinate representation of color #BCFB02: hue angle of 75.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCFB02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 2 -
CMYK 0.25 0 0.99 0.02
HSL 75.18º 0.98% 0.5% -
HSV(B) 75.18º 0.99% 0.98% -
XYZ 55.25 79.69 12.53 -
YUV 203.78 14.13 116.75 -
System Red Green Blue C M Y K H S L
Decimal 188 251 2 0.25 0 0.99 0.02 75.18 0.98 0.5
Hex BC FB 2 19 0 63 2 4B 62 32
Octal 274 373 2 31 0 143 2 113 142 62
Binary 10111100 11111011 10 11001 0 1100011 10 1001011 1100010 110010

Color Harmonies of #BCFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB02

Black with #BCFB02

Text Example


Text Example

White with #BCFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB02; }

 p { color: rgb(188,251,2); }

 H1.HeaderClassName
 {
   color: #BCFB02;
 }
 .AnyTagClassName
 {
   color: #BCFB02;
 }
</style>

background-color css

<style>
 a { background-color: #BCFB02; }

 a { background-color: rgb(188,251,2); }

 div.DivClassName
 {
   background-color: #BCFB02;
 }
 .BgClassName
 {
   background-color: #BCFB02;
 }
</style>

border-color css

<style>
 span { border-color: #BCFB02; }

 span { border-color: rgb(188,251,2); }

 td.TdClassName
 {
   border-color: #BCFB02;
 }
 .TagClassName
 {
   border-color: #BCFB02;
 }
</style>