Html Css Color HEX #B2F21A Inch Worm

📋 copy color: '#B2F21A'

red 178 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #B2F21A

Tints of Inch Worm #B2F21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 39.91%
G = 54.26%
B = 5.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#B2F21A (or 0xB2F21A) is known color: Inch Worm. HEX triplet: B2, F2 and 1A. RGB value is (178,242,26). Sum of RGB (Red+Green+Blue) = 178+242+26=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F21A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F21A is #4D0DE5. Grayscale: #C7C7C7. Windows color (decimal): -5049830 or 1766066. OLE color: 1766066.

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

Color convert

RGB 178 242 26 -
CMYK 0.26 0 0.89 0.05
HSL 77.78º 0.89% 0.53% -
HSV(B) 77.78º 0.89% 0.95% -
XYZ 50.3 73.04 12.43 -
YUV 198.24 30.8 113.56 -
System Red Green Blue C M Y K H S L
Decimal 178 242 26 0.26 0 0.89 0.05 77.78 0.89 0.53
Hex B2 F2 1A 1A 0 59 5 4E 59 35
Octal 262 362 32 32 0 131 5 116 131 65
Binary 10110010 11110010 11010 11010 0 1011001 101 1001110 1011001 110101

Color Harmonies of #B2F21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F21A

Black with #B2F21A

Text Example


Text Example

White with #B2F21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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