Html Css Color HEX #B2E120 Inch Worm

📋 copy color: '#B2E120'

red 178 ◦ green 225 ◦ blue 32

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

Shades of Inch Worm #B2E120

Tints of Inch Worm #B2E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.72%

 BLUE value IS 32 (12.89% from 255) = 7.36%

R = 40.92%
G = 51.72%
B = 7.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#B2E120 (or 0xB2E120) is known color: Inch Worm. HEX triplet: B2, E1 and 20. RGB value is (178,225,32). Sum of RGB (Red+Green+Blue) = 178+225+32=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E120 is #4D1EDF. Grayscale: #BDBDBD. Windows color (decimal): -5054176 or 2154930. OLE color: 2154930.

HSL color Cylindrical-coordinate representation of color #B2E120: hue angle of 74.61º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2E120 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 32 -
CMYK 0.21 0 0.86 0.12
HSL 74.61º 0.76% 0.5% -
HSV(B) 74.61º 0.86% 0.88% -
XYZ 45.55 63.42 11.21 -
YUV 188.95 39.43 120.19 -
System Red Green Blue C M Y K H S L
Decimal 178 225 32 0.21 0 0.86 0.12 74.61 0.76 0.5
Hex B2 E1 20 15 0 56 C 4B 4C 32
Octal 262 341 40 25 0 126 14 113 114 62
Binary 10110010 11100001 100000 10101 0 1010110 1100 1001011 1001100 110010

Color Harmonies of #B2E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E120

Black with #B2E120

Text Example


Text Example

White with #B2E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E120; }

 p { color: rgb(178,225,32); }

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

background-color css

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

 a { background-color: rgb(178,225,32); }

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

border-color css

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

 span { border-color: rgb(178,225,32); }

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