Html Css Color HEX #B2E600 Inch Worm

📋 copy color: '#B2E600'

red 178 ◦ green 230 ◦ blue 0

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

Shades of Inch Worm #B2E600

Tints of Inch Worm #B2E600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.63%
G = 56.37%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#B2E600 (or 0xB2E600) is known color: Inch Worm. HEX triplet: B2, E6 and 00. RGB value is (178,230,0). Sum of RGB (Red+Green+Blue) = 178+230+0=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 230 (90.23% from 255 or 56.37% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E600 is #4D19FF. Grayscale: #BDBDBD. Windows color (decimal): -5052928 or 59058. OLE color: 59058.

HSL color Cylindrical-coordinate representation of color #B2E600: hue angle of 73.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2E600 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 230 0 -
CMYK 0.23 0 1 0.10
HSL 73.57º 1% 0.45% -
HSV(B) 73.57º 1% 0.9% -
XYZ 46.66 66.06 10.29 -
YUV 188.23 21.77 120.7 -
System Red Green Blue C M Y K H S L
Decimal 178 230 0 0.23 0 1 0.10 73.57 1 0.45
Hex B2 E6 0 17 0 64 A 4A 64 2D
Octal 262 346 0 27 0 144 12 112 144 55
Binary 10110010 11100110 0 10111 0 1100100 1010 1001010 1100100 101101

Color Harmonies of #B2E600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E600

Black with #B2E600

Text Example


Text Example

White with #B2E600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E600; }

 p { color: rgb(178,230,0); }

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

background-color css

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

 a { background-color: rgb(178,230,0); }

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

border-color css

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

 span { border-color: rgb(178,230,0); }

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