Html Css Color HEX #BCE02C Fuego

📋 copy color: '#BCE02C'

red 188 ◦ green 224 ◦ blue 44

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

Shades of Fuego #BCE02C

Tints of Fuego #BCE02C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.12%

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 41.23%
G = 49.12%
B = 9.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#BCE02C (or 0xBCE02C) is known color: Fuego. HEX triplet: BC, E0 and 2C. RGB value is (188,224,44). Sum of RGB (Red+Green+Blue) = 188+224+44=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE02C is #431FD3. Grayscale: #C1C1C1. Windows color (decimal): -4399060 or 2941116. OLE color: 2941116.

HSL color Cylindrical-coordinate representation of color #BCE02C: hue angle of 72º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCE02C is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 44 -
CMYK 0.16 0 0.80 0.12
HSL 72º 0.74% 0.53% -
HSV(B) 72º 0.8% 0.88% -
XYZ 47.85 64.18 12.25 -
YUV 192.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 188 224 44 0.16 0 0.80 0.12 72 0.74 0.53
Hex BC E0 2C 10 0 50 C 48 4A 35
Octal 274 340 54 20 0 120 14 110 112 65
Binary 10111100 11100000 101100 10000 0 1010000 1100 1001000 1001010 110101

Color Harmonies of #BCE02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE02C

Black with #BCE02C

Text Example


Text Example

White with #BCE02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE02C; }

 p { color: rgb(188,224,44); }

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

background-color css

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

 a { background-color: rgb(188,224,44); }

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

border-color css

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

 span { border-color: rgb(188,224,44); }

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