Html Css Color HEX #B2F020 Inch Worm

📋 copy color: '#B2F020'

red 178 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #B2F020

Tints of Inch Worm #B2F020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.33%

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

R = 39.56%
G = 53.33%
B = 7.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#B2F020 (or 0xB2F020) is known color: Inch Worm. HEX triplet: B2, F0 and 20. RGB value is (178,240,32). Sum of RGB (Red+Green+Blue) = 178+240+32=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F020 is #4D0FDF. Grayscale: #C6C6C6. Windows color (decimal): -5050336 or 2158770. OLE color: 2158770.

HSL color Cylindrical-coordinate representation of color #B2F020: hue angle of 77.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2F020 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 32 -
CMYK 0.26 0 0.87 0.06
HSL 77.88º 0.87% 0.53% -
HSV(B) 77.88º 0.87% 0.94% -
XYZ 49.78 71.89 12.62 -
YUV 197.75 34.46 113.91 -
System Red Green Blue C M Y K H S L
Decimal 178 240 32 0.26 0 0.87 0.06 77.88 0.87 0.53
Hex B2 F0 20 1A 0 57 6 4E 57 35
Octal 262 360 40 32 0 127 6 116 127 65
Binary 10110010 11110000 100000 11010 0 1010111 110 1001110 1010111 110101

Color Harmonies of #B2F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F020

Black with #B2F020

Text Example


Text Example

White with #B2F020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F020; }

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

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

background-color css

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

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

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

border-color css

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

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

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