Html Css Color HEX #BCFB20 Green Yellow

📋 copy color: '#BCFB20'

red 188 ◦ green 251 ◦ blue 32

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

Shades of Green Yellow #BCFB20

Tints of Green Yellow #BCFB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.79%

R = 39.92%
G = 53.29%
B = 6.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#BCFB20 (or 0xBCFB20) is known color: Green Yellow. HEX triplet: BC, FB and 20. RGB value is (188,251,32). Sum of RGB (Red+Green+Blue) = 188+251+32=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFB20 is #4304DF. Grayscale: #D0D0D0. Windows color (decimal): -4392160 or 2161596. OLE color: 2161596.

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

Color convert

RGB 188 251 32 -
CMYK 0.25 0 0.87 0.02
HSL 77.26º 0.96% 0.55% -
HSV(B) 77.26º 0.87% 0.98% -
XYZ 55.5 79.79 13.84 -
YUV 207.2 29.13 114.31 -
System Red Green Blue C M Y K H S L
Decimal 188 251 32 0.25 0 0.87 0.02 77.26 0.96 0.55
Hex BC FB 20 19 0 57 2 4D 60 37
Octal 274 373 40 31 0 127 2 115 140 67
Binary 10111100 11111011 100000 11001 0 1010111 10 1001101 1100000 110111

Color Harmonies of #BCFB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB20

Black with #BCFB20

Text Example


Text Example

White with #BCFB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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