Html Css Color HEX #BCFC1C Green Yellow

📋 copy color: '#BCFC1C'

red 188 ◦ green 252 ◦ blue 28

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

Shades of Green Yellow #BCFC1C

Tints of Green Yellow #BCFC1C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.85%

 BLUE value IS 28 (11.33% from 255) = 5.98%

R = 40.17%
G = 53.85%
B = 5.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#BCFC1C (or 0xBCFC1C) is known color: Green Yellow. HEX triplet: BC, FC and 1C. RGB value is (188,252,28). Sum of RGB (Red+Green+Blue) = 188+252+28=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC1C is #4303E3. Grayscale: #D0D0D0. Windows color (decimal): -4391908 or 1899708. OLE color: 1899708.

HSL color Cylindrical-coordinate representation of color #BCFC1C: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCFC1C is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 28 -
CMYK 0.25 0 0.89 0.01
HSL 77.14º 0.97% 0.55% -
HSV(B) 77.14º 0.89% 0.99% -
XYZ 55.76 80.4 13.68 -
YUV 207.33 26.8 114.21 -
System Red Green Blue C M Y K H S L
Decimal 188 252 28 0.25 0 0.89 0.01 77.14 0.97 0.55
Hex BC FC 1C 19 0 59 1 4D 61 37
Octal 274 374 34 31 0 131 1 115 141 67
Binary 10111100 11111100 11100 11001 0 1011001 1 1001101 1100001 110111

Color Harmonies of #BCFC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC1C

Black with #BCFC1C

Text Example


Text Example

White with #BCFC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC1C; }

 p { color: rgb(188,252,28); }

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

background-color css

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

 a { background-color: rgb(188,252,28); }

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

border-color css

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

 span { border-color: rgb(188,252,28); }

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