Html Css Color HEX #BCFE34 Green Yellow

📋 copy color: '#BCFE34'

red 188 ◦ green 254 ◦ blue 52

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

Shades of Green Yellow #BCFE34

Tints of Green Yellow #BCFE34

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 38.06%
G = 51.42%
B = 10.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#BCFE34 (or 0xBCFE34) is known color: Green Yellow. HEX triplet: BC, FE and 34. RGB value is (188,254,52). Sum of RGB (Red+Green+Blue) = 188+254+52=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE34 is #4301CB. Grayscale: #D3D3D3. Windows color (decimal): -4391372 or 3473084. OLE color: 3473084.

HSL color Cylindrical-coordinate representation of color #BCFE34: hue angle of 79.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCFE34 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 52 -
CMYK 0.26 0 0.80 0.00
HSL 79.6º 0.99% 0.6% -
HSV(B) 79.6º 0.8% 1% -
XYZ 56.8 81.82 16.05 -
YUV 211.24 38.13 111.43 -
System Red Green Blue C M Y K H S L
Decimal 188 254 52 0.26 0 0.80 0.00 79.6 0.99 0.6
Hex BC FE 34 1A 0 50 0 50 63 3C
Octal 274 376 64 32 0 120 0 120 143 74
Binary 10111100 11111110 110100 11010 0 1010000 0 1010000 1100011 111100

Color Harmonies of #BCFE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE34

Black with #BCFE34

Text Example


Text Example

White with #BCFE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE34; }

 p { color: rgb(188,254,52); }

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

background-color css

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

 a { background-color: rgb(188,254,52); }

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

border-color css

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

 span { border-color: rgb(188,254,52); }

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