Html Css Color HEX #BCF32E Green Yellow

📋 copy color: '#BCF32E'

red 188 ◦ green 243 ◦ blue 46

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

Shades of Green Yellow #BCF32E

Tints of Green Yellow #BCF32E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.94%

 BLUE value IS 46 (18.36% from 255) = 9.64%

R = 39.41%
G = 50.94%
B = 9.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#BCF32E (or 0xBCF32E) is known color: Green Yellow. HEX triplet: BC, F3 and 2E. RGB value is (188,243,46). Sum of RGB (Red+Green+Blue) = 188+243+46=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF32E is #430CD1. Grayscale: #CCCCCC. Windows color (decimal): -4394194 or 3077052. OLE color: 3077052.

HSL color Cylindrical-coordinate representation of color #BCF32E: hue angle of 76.75º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCF32E is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 46 -
CMYK 0.23 0 0.81 0.05
HSL 76.75º 0.89% 0.57% -
HSV(B) 76.75º 0.81% 0.95% -
XYZ 53.28 74.99 14.25 -
YUV 204.1 38.78 116.52 -
System Red Green Blue C M Y K H S L
Decimal 188 243 46 0.23 0 0.81 0.05 76.75 0.89 0.57
Hex BC F3 2E 17 0 51 5 4D 59 39
Octal 274 363 56 27 0 121 5 115 131 71
Binary 10111100 11110011 101110 10111 0 1010001 101 1001101 1011001 111001

Color Harmonies of #BCF32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF32E

Black with #BCF32E

Text Example


Text Example

White with #BCF32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF32E; }

 p { color: rgb(188,243,46); }

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

background-color css

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

 a { background-color: rgb(188,243,46); }

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

border-color css

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

 span { border-color: rgb(188,243,46); }

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