Html Css Color HEX #B2EB2A Green Yellow

📋 copy color: '#B2EB2A'

red 178 ◦ green 235 ◦ blue 42

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

Shades of Green Yellow #B2EB2A

Tints of Green Yellow #B2EB2A

RGB

 RED value IS 178 (69.92% from 255) = 39.12%

 GREEN value IS 235 (92.19% from 255) = 51.65%

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

R = 39.12%
G = 51.65%
B = 9.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#B2EB2A (or 0xB2EB2A) is known color: Green Yellow. HEX triplet: B2, EB and 2A. RGB value is (178,235,42). Sum of RGB (Red+Green+Blue) = 178+235+42=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EB2A is #4D14D5. Grayscale: #C4C4C4. Windows color (decimal): -5051606 or 2812850. OLE color: 2812850.

HSL color Cylindrical-coordinate representation of color #B2EB2A: hue angle of 77.72º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2EB2A is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 42 -
CMYK 0.24 0 0.82 0.08
HSL 77.72º 0.83% 0.54% -
HSV(B) 77.72º 0.82% 0.92% -
XYZ 48.49 69.05 12.96 -
YUV 195.96 41.12 115.19 -
System Red Green Blue C M Y K H S L
Decimal 178 235 42 0.24 0 0.82 0.08 77.72 0.83 0.54
Hex B2 EB 2A 18 0 52 8 4E 53 36
Octal 262 353 52 30 0 122 10 116 123 66
Binary 10110010 11101011 101010 11000 0 1010010 1000 1001110 1010011 110110

Color Harmonies of #B2EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB2A

Black with #B2EB2A

Text Example


Text Example

White with #B2EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB2A; }

 p { color: rgb(178,235,42); }

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

background-color css

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

 a { background-color: rgb(178,235,42); }

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

border-color css

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

 span { border-color: rgb(178,235,42); }

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