Html Css Color HEX #B2F21D Inch Worm

📋 copy color: '#B2F21D'

red 178 ◦ green 242 ◦ blue 29

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

Shades of Inch Worm #B2F21D

Tints of Inch Worm #B2F21D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.9%

 BLUE value IS 29 (11.72% from 255) = 6.46%

R = 39.64%
G = 53.9%
B = 6.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#B2F21D (or 0xB2F21D) is known color: Inch Worm. HEX triplet: B2, F2 and 1D. RGB value is (178,242,29). Sum of RGB (Red+Green+Blue) = 178+242+29=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F21D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F21D is #4D0DE2. Grayscale: #C7C7C7. Windows color (decimal): -5049827 or 1962674. OLE color: 1962674.

HSL color Cylindrical-coordinate representation of color #B2F21D: hue angle of 78.03º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2F21D is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 242 29 -
CMYK 0.26 0 0.88 0.05
HSL 78.03º 0.89% 0.53% -
HSV(B) 78.03º 0.88% 0.95% -
XYZ 50.33 73.06 12.61 -
YUV 198.58 32.3 113.32 -
System Red Green Blue C M Y K H S L
Decimal 178 242 29 0.26 0 0.88 0.05 78.03 0.89 0.53
Hex B2 F2 1D 1A 0 58 5 4E 59 35
Octal 262 362 35 32 0 130 5 116 131 65
Binary 10110010 11110010 11101 11010 0 1011000 101 1001110 1011001 110101

Color Harmonies of #B2F21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F21D

Black with #B2F21D

Text Example


Text Example

White with #B2F21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F21D; }

 p { color: rgb(178,242,29); }

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

background-color css

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

 a { background-color: rgb(178,242,29); }

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

border-color css

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

 span { border-color: rgb(178,242,29); }

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