Html Css Color HEX #BCF224 Green Yellow

📋 copy color: '#BCF224'

red 188 ◦ green 242 ◦ blue 36

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

Shades of Green Yellow #BCF224

Tints of Green Yellow #BCF224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 36 (14.45% from 255) = 7.73%

R = 40.34%
G = 51.93%
B = 7.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#BCF224 (or 0xBCF224) is known color: Green Yellow. HEX triplet: BC, F2 and 24. RGB value is (188,242,36). Sum of RGB (Red+Green+Blue) = 188+242+36=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF224 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF224 is #430DDB. Grayscale: #CBCBCB. Windows color (decimal): -4394460 or 2421436. OLE color: 2421436.

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

Color convert

RGB 188 242 36 -
CMYK 0.22 0 0.85 0.05
HSL 75.73º 0.89% 0.55% -
HSV(B) 75.73º 0.85% 0.95% -
XYZ 52.81 74.32 13.23 -
YUV 202.37 34.11 117.75 -
System Red Green Blue C M Y K H S L
Decimal 188 242 36 0.22 0 0.85 0.05 75.73 0.89 0.55
Hex BC F2 24 16 0 55 5 4C 59 37
Octal 274 362 44 26 0 125 5 114 131 67
Binary 10111100 11110010 100100 10110 0 1010101 101 1001100 1011001 110111

Color Harmonies of #BCF224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF224

Black with #BCF224

Text Example


Text Example

White with #BCF224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF224; }

 p { color: rgb(188,242,36); }

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

background-color css

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

 a { background-color: rgb(188,242,36); }

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

border-color css

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

 span { border-color: rgb(188,242,36); }

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