Html Css Color HEX #BCFA2D Green Yellow

📋 copy color: '#BCFA2D'

red 188 ◦ green 250 ◦ blue 45

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

Shades of Green Yellow #BCFA2D

Tints of Green Yellow #BCFA2D

RGB

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

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

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

R = 38.92%
G = 51.76%
B = 9.32%

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

#BCFA2D (or 0xBCFA2D) is known color: Green Yellow. HEX triplet: BC, FA and 2D. RGB value is (188,250,45). Sum of RGB (Red+Green+Blue) = 188+250+45=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA2D is #4305D2. Grayscale: #D0D0D0. Windows color (decimal): -4392403 or 3013308. OLE color: 3013308.

HSL color Cylindrical-coordinate representation of color #BCFA2D: hue angle of 78.15º 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 #BCFA2D is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 45 -
CMYK 0.25 0 0.82 0.02
HSL 78.15º 0.95% 0.58% -
HSV(B) 78.15º 0.82% 0.98% -
XYZ 55.4 79.25 14.86 -
YUV 208.09 35.96 113.67 -
System Red Green Blue C M Y K H S L
Decimal 188 250 45 0.25 0 0.82 0.02 78.15 0.95 0.58
Hex BC FA 2D 19 0 52 2 4E 5F 3A
Octal 274 372 55 31 0 122 2 116 137 72
Binary 10111100 11111010 101101 11001 0 1010010 10 1001110 1011111 111010

Color Harmonies of #BCFA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA2D

Black with #BCFA2D

Text Example


Text Example

White with #BCFA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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