Html Css Color HEX #B2F11D Inch Worm

📋 copy color: '#B2F11D'

red 178 ◦ green 241 ◦ blue 29

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

Shades of Inch Worm #B2F11D

Tints of Inch Worm #B2F11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.79%

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

R = 39.73%
G = 53.79%
B = 6.47%

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

#B2F11D (or 0xB2F11D) is known color: Inch Worm. HEX triplet: B2, F1 and 1D. RGB value is (178,241,29). Sum of RGB (Red+Green+Blue) = 178+241+29=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F11D is #4D0EE2. Grayscale: #C6C6C6. Windows color (decimal): -5050083 or 1962418. OLE color: 1962418.

HSL color Cylindrical-coordinate representation of color #B2F11D: hue angle of 77.83º degrees, saturation: 0.88, 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 #B2F11D is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 241 29 -
CMYK 0.26 0 0.88 0.05
HSL 77.83º 0.88% 0.53% -
HSV(B) 77.83º 0.88% 0.95% -
XYZ 50.04 72.46 12.51 -
YUV 198 32.63 113.74 -
System Red Green Blue C M Y K H S L
Decimal 178 241 29 0.26 0 0.88 0.05 77.83 0.88 0.53
Hex B2 F1 1D 1A 0 58 5 4E 58 35
Octal 262 361 35 32 0 130 5 116 130 65
Binary 10110010 11110001 11101 11010 0 1011000 101 1001110 1011000 110101

Color Harmonies of #B2F11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F11D

Black with #B2F11D

Text Example


Text Example

White with #B2F11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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