Html Css Color HEX #BCFC1D Green Yellow

📋 copy color: '#BCFC1D'

red 188 ◦ green 252 ◦ blue 29

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

Shades of Green Yellow #BCFC1D

Tints of Green Yellow #BCFC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.18%

R = 40.09%
G = 53.73%
B = 6.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#BCFC1D (or 0xBCFC1D) is known color: Green Yellow. HEX triplet: BC, FC and 1D. RGB value is (188,252,29). Sum of RGB (Red+Green+Blue) = 188+252+29=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC1D is #4303E2. Grayscale: #D0D0D0. Windows color (decimal): -4391907 or 1965244. OLE color: 1965244.

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

Color convert

RGB 188 252 29 -
CMYK 0.25 0 0.88 0.01
HSL 77.22º 0.97% 0.55% -
HSV(B) 77.22º 0.88% 0.99% -
XYZ 55.77 80.4 13.74 -
YUV 207.44 27.3 114.13 -
System Red Green Blue C M Y K H S L
Decimal 188 252 29 0.25 0 0.88 0.01 77.22 0.97 0.55
Hex BC FC 1D 19 0 58 1 4D 61 37
Octal 274 374 35 31 0 130 1 115 141 67
Binary 10111100 11111100 11101 11001 0 1011000 1 1001101 1100001 110111

Color Harmonies of #BCFC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC1D

Black with #BCFC1D

Text Example


Text Example

White with #BCFC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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