Html Css Color HEX #BCF02A Green Yellow

📋 copy color: '#BCF02A'

red 188 ◦ green 240 ◦ blue 42

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

Shades of Green Yellow #BCF02A

Tints of Green Yellow #BCF02A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.06%

 BLUE value IS 42 (16.8% from 255) = 8.94%

R = 40%
G = 51.06%
B = 8.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#BCF02A (or 0xBCF02A) is known color: Green Yellow. HEX triplet: BC, F0 and 2A. RGB value is (188,240,42). Sum of RGB (Red+Green+Blue) = 188+240+42=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF02A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF02A is #430FD5. Grayscale: #CACACA. Windows color (decimal): -4394966 or 2814140. OLE color: 2814140.

HSL color Cylindrical-coordinate representation of color #BCF02A: hue angle of 75.76º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCF02A is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 42 -
CMYK 0.22 0 0.82 0.06
HSL 75.76º 0.87% 0.55% -
HSV(B) 75.76º 0.83% 0.94% -
XYZ 52.32 73.18 13.56 -
YUV 201.88 37.77 118.1 -
System Red Green Blue C M Y K H S L
Decimal 188 240 42 0.22 0 0.82 0.06 75.76 0.87 0.55
Hex BC F0 2A 16 0 52 6 4C 57 37
Octal 274 360 52 26 0 122 6 114 127 67
Binary 10111100 11110000 101010 10110 0 1010010 110 1001100 1010111 110111

Color Harmonies of #BCF02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF02A

Black with #BCF02A

Text Example


Text Example

White with #BCF02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF02A; }

 p { color: rgb(188,240,42); }

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

background-color css

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

 a { background-color: rgb(188,240,42); }

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

border-color css

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

 span { border-color: rgb(188,240,42); }

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