Html Css Color HEX #B2EB02 Inch Worm

📋 copy color: '#B2EB02'

red 178 ◦ green 235 ◦ blue 2

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

Shades of Inch Worm #B2EB02

Tints of Inch Worm #B2EB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 42.89%
G = 56.63%
B = 0.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#B2EB02 (or 0xB2EB02) is known color: Inch Worm. HEX triplet: B2, EB and 02. RGB value is (178,235,2). Sum of RGB (Red+Green+Blue) = 178+235+2=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 235 (92.19% from 255 or 56.63% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EB02 is #4D14FD. Grayscale: #C0C0C0. Windows color (decimal): -5051646 or 191410. OLE color: 191410.

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

Color convert

RGB 178 235 2 -
CMYK 0.24 0 0.99 0.08
HSL 74.68º 0.98% 0.46% -
HSV(B) 74.68º 0.99% 0.92% -
XYZ 48.08 68.89 10.82 -
YUV 191.4 21.12 118.45 -
System Red Green Blue C M Y K H S L
Decimal 178 235 2 0.24 0 0.99 0.08 74.68 0.98 0.46
Hex B2 EB 2 18 0 63 8 4B 62 2E
Octal 262 353 2 30 0 143 10 113 142 56
Binary 10110010 11101011 10 11000 0 1100011 1000 1001011 1100010 101110

Color Harmonies of #B2EB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB02

Black with #B2EB02

Text Example


Text Example

White with #B2EB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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