Html Css Color HEX #BCFA2C Green Yellow

📋 copy color: '#BCFA2C'

red 188 ◦ green 250 ◦ blue 44

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

Shades of Green Yellow #BCFA2C

Tints of Green Yellow #BCFA2C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.87%

 BLUE value IS 44 (17.58% from 255) = 9.13%

R = 39%
G = 51.87%
B = 9.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#BCFA2C (or 0xBCFA2C) is known color: Green Yellow. HEX triplet: BC, FA and 2C. RGB value is (188,250,44). Sum of RGB (Red+Green+Blue) = 188+250+44=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA2C is #4305D3. Grayscale: #D0D0D0. Windows color (decimal): -4392404 or 2947772. OLE color: 2947772.

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

Color convert

RGB 188 250 44 -
CMYK 0.25 0 0.82 0.02
HSL 78.06º 0.95% 0.58% -
HSV(B) 78.06º 0.82% 0.98% -
XYZ 55.38 79.24 14.76 -
YUV 207.98 35.46 113.75 -
System Red Green Blue C M Y K H S L
Decimal 188 250 44 0.25 0 0.82 0.02 78.06 0.95 0.58
Hex BC FA 2C 19 0 52 2 4E 5F 3A
Octal 274 372 54 31 0 122 2 116 137 72
Binary 10111100 11111010 101100 11001 0 1010010 10 1001110 1011111 111010

Color Harmonies of #BCFA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA2C

Black with #BCFA2C

Text Example


Text Example

White with #BCFA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA2C; }

 p { color: rgb(188,250,44); }

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

background-color css

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

 a { background-color: rgb(188,250,44); }

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

border-color css

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

 span { border-color: rgb(188,250,44); }

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