Html Css Color HEX #BCF22A Green Yellow

📋 copy color: '#BCF22A'

red 188 ◦ green 242 ◦ blue 42

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

Shades of Green Yellow #BCF22A

Tints of Green Yellow #BCF22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.9%

R = 39.83%
G = 51.27%
B = 8.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#BCF22A (or 0xBCF22A) is known color: Green Yellow. HEX triplet: BC, F2 and 2A. RGB value is (188,242,42). Sum of RGB (Red+Green+Blue) = 188+242+42=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF22A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF22A is #430DD5. Grayscale: #CBCBCB. Windows color (decimal): -4394454 or 2814652. OLE color: 2814652.

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

Color convert

RGB 188 242 42 -
CMYK 0.22 0 0.83 0.05
HSL 76.2º 0.88% 0.56% -
HSV(B) 76.2º 0.83% 0.95% -
XYZ 52.91 74.36 13.76 -
YUV 203.05 37.11 117.26 -
System Red Green Blue C M Y K H S L
Decimal 188 242 42 0.22 0 0.83 0.05 76.2 0.88 0.56
Hex BC F2 2A 16 0 53 5 4C 58 38
Octal 274 362 52 26 0 123 5 114 130 70
Binary 10111100 11110010 101010 10110 0 1010011 101 1001100 1011000 111000

Color Harmonies of #BCF22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF22A

Black with #BCF22A

Text Example


Text Example

White with #BCF22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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