Html Css Color HEX #BCFC2D Green Yellow

📋 copy color: '#BCFC2D'

red 188 ◦ green 252 ◦ blue 45

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

Shades of Green Yellow #BCFC2D

Tints of Green Yellow #BCFC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 38.76%
G = 51.96%
B = 9.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#BCFC2D (or 0xBCFC2D) is known color: Green Yellow. HEX triplet: BC, FC and 2D. RGB value is (188,252,45). Sum of RGB (Red+Green+Blue) = 188+252+45=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC2D is #4303D2. Grayscale: #D2D2D2. Windows color (decimal): -4391891 or 3013820. OLE color: 3013820.

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

Color convert

RGB 188 252 45 -
CMYK 0.25 0 0.82 0.01
HSL 78.55º 0.97% 0.58% -
HSV(B) 78.55º 0.82% 0.99% -
XYZ 56.02 80.5 15.07 -
YUV 209.27 35.3 112.83 -
System Red Green Blue C M Y K H S L
Decimal 188 252 45 0.25 0 0.82 0.01 78.55 0.97 0.58
Hex BC FC 2D 19 0 52 1 4F 61 3A
Octal 274 374 55 31 0 122 1 117 141 72
Binary 10111100 11111100 101101 11001 0 1010010 1 1001111 1100001 111010

Color Harmonies of #BCFC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC2D

Black with #BCFC2D

Text Example


Text Example

White with #BCFC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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