Html Css Color HEX #B2E30C Inch Worm

📋 copy color: '#B2E30C'

red 178 ◦ green 227 ◦ blue 12

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

Shades of Inch Worm #B2E30C

Tints of Inch Worm #B2E30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.44%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 42.69%
G = 54.44%
B = 2.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#B2E30C (or 0xB2E30C) is known color: Inch Worm. HEX triplet: B2, E3 and 0C. RGB value is (178,227,12). Sum of RGB (Red+Green+Blue) = 178+227+12=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E30C is #4D1CF3. Grayscale: #BCBCBC. Windows color (decimal): -5053684 or 844722. OLE color: 844722.

HSL color Cylindrical-coordinate representation of color #B2E30C: hue angle of 73.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2E30C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 227 12 -
CMYK 0.22 0 0.95 0.11
HSL 73.67º 0.9% 0.47% -
HSV(B) 73.67º 0.95% 0.89% -
XYZ 45.9 64.43 10.37 -
YUV 187.84 28.77 120.98 -
System Red Green Blue C M Y K H S L
Decimal 178 227 12 0.22 0 0.95 0.11 73.67 0.9 0.47
Hex B2 E3 C 16 0 5F B 4A 5A 2F
Octal 262 343 14 26 0 137 13 112 132 57
Binary 10110010 11100011 1100 10110 0 1011111 1011 1001010 1011010 101111

Color Harmonies of #B2E30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E30C

Black with #B2E30C

Text Example


Text Example

White with #B2E30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E30C; }

 p { color: rgb(178,227,12); }

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

background-color css

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

 a { background-color: rgb(178,227,12); }

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

border-color css

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

 span { border-color: rgb(178,227,12); }

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