Html Css Color HEX #BCE030 Fuego

📋 copy color: '#BCE030'

red 188 ◦ green 224 ◦ blue 48

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

Shades of Fuego #BCE030

Tints of Fuego #BCE030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.43%

R = 40.87%
G = 48.7%
B = 10.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#BCE030 (or 0xBCE030) is known color: Fuego. HEX triplet: BC, E0 and 30. RGB value is (188,224,48). Sum of RGB (Red+Green+Blue) = 188+224+48=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE030 is #431FCF. Grayscale: #C1C1C1. Windows color (decimal): -4399056 or 3203260. OLE color: 3203260.

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

Color convert

RGB 188 224 48 -
CMYK 0.16 0 0.79 0.12
HSL 72.27º 0.74% 0.53% -
HSV(B) 72.27º 0.79% 0.88% -
XYZ 47.93 64.22 12.67 -
YUV 193.17 46.07 124.31 -
System Red Green Blue C M Y K H S L
Decimal 188 224 48 0.16 0 0.79 0.12 72.27 0.74 0.53
Hex BC E0 30 10 0 4F C 48 4A 35
Octal 274 340 60 20 0 117 14 110 112 65
Binary 10111100 11100000 110000 10000 0 1001111 1100 1001000 1001010 110101

Color Harmonies of #BCE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE030

Black with #BCE030

Text Example


Text Example

White with #BCE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE030; }

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

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

background-color css

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

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

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

border-color css

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

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

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