#B2E02D

Color #B2E02D Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B2E02D

Tints of Fuego #B2E02D

Color information

#B2E02D (or 0xB2E02D) is unknown color: approx Fuego. HEX triplet: B2, E0 and 2D. RGB value is (178,224,45). Sum of RGB (Red+Green+Blue) = 178+224+45=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E02D is #4D1FD2. Grayscale: #BEBEBE. Windows color (decimal): -5054419 or 3006642. OLE color: 3006642.

HSL color Cylindrical-coordinate representation of color #B2E02D: hue angle of 75.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2E02D is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB17822445-
CMYK0.2100.800.12
HSL75.42º74.27%52.75%-
HSV(B)75.42º79.91%87.84%-
XYZ45.4962.9712.24-
YUV189.8446.26119.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 224 (87.89% from 255) = 50.11%
BLUE value IS 45 (17.97% from 255) = 10.07%
R=39.82%
G=50.11%
B=10.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178224450.2100.800.1275.4274.2752.75
HexB2E02D15050C4b4a35
Octal262340552501201411311265
Binary10110010111000001011011010101010000110010010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E02D; }

 p { color: rgb(178,224,45); }

 H1.HeaderClassName
 {
   color: #B2E02D;
 }
 .AnyTagClassName
 {
   color: #B2E02D;
 }
</style>
background-color css

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

 a { background-color: rgb(178,224,45); }

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

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

 span { border-color: rgb(178,224,45); }

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