Html Css Color HEX #B2E52E Fuego

📋 copy color: '#B2E52E'

red 178 ◦ green 229 ◦ blue 46

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

Shades of Fuego #B2E52E

Tints of Fuego #B2E52E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.55%

 BLUE value IS 46 (18.36% from 255) = 10.15%

R = 39.29%
G = 50.55%
B = 10.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#B2E52E (or 0xB2E52E) is known color: Fuego. HEX triplet: B2, E5 and 2E. RGB value is (178,229,46). Sum of RGB (Red+Green+Blue) = 178+229+46=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E52E is #4D1AD1. Grayscale: #C1C1C1. Windows color (decimal): -5053138 or 3073458. OLE color: 3073458.

HSL color Cylindrical-coordinate representation of color #B2E52E: hue angle of 76.72º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2E52E is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 229 46 -
CMYK 0.22 0 0.80 0.10
HSL 76.72º 0.78% 0.54% -
HSV(B) 76.72º 0.8% 0.9% -
XYZ 46.87 65.7 12.8 -
YUV 192.89 45.1 117.38 -
System Red Green Blue C M Y K H S L
Decimal 178 229 46 0.22 0 0.80 0.10 76.72 0.78 0.54
Hex B2 E5 2E 16 0 50 A 4D 4E 36
Octal 262 345 56 26 0 120 12 115 116 66
Binary 10110010 11100101 101110 10110 0 1010000 1010 1001101 1001110 110110

Color Harmonies of #B2E52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E52E

Black with #B2E52E

Text Example


Text Example

White with #B2E52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E52E; }

 p { color: rgb(178,229,46); }

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

background-color css

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

 a { background-color: rgb(178,229,46); }

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

border-color css

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

 span { border-color: rgb(178,229,46); }

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