Html Css Color HEX #B2D51E Inch Worm

📋 copy color: '#B2D51E'

red 178 ◦ green 213 ◦ blue 30

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

Shades of Inch Worm #B2D51E

Tints of Inch Worm #B2D51E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.59%

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 42.28%
G = 50.59%
B = 7.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#B2D51E (or 0xB2D51E) is known color: Inch Worm. HEX triplet: B2, D5 and 1E. RGB value is (178,213,30). Sum of RGB (Red+Green+Blue) = 178+213+30=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D51E is #4D2AE1. Grayscale: #B6B6B6. Windows color (decimal): -5057250 or 2020786. OLE color: 2020786.

HSL color Cylindrical-coordinate representation of color #B2D51E: hue angle of 71.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2D51E is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 30 -
CMYK 0.16 0 0.86 0.16
HSL 71.48º 0.75% 0.48% -
HSV(B) 71.48º 0.86% 0.84% -
XYZ 42.39 57.15 10.02 -
YUV 181.67 42.4 125.38 -
System Red Green Blue C M Y K H S L
Decimal 178 213 30 0.16 0 0.86 0.16 71.48 0.75 0.48
Hex B2 D5 1E 10 0 56 10 47 4B 30
Octal 262 325 36 20 0 126 20 107 113 60
Binary 10110010 11010101 11110 10000 0 1010110 10000 1000111 1001011 110000

Color Harmonies of #B2D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D51E

Black with #B2D51E

Text Example


Text Example

White with #B2D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D51E; }

 p { color: rgb(178,213,30); }

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

background-color css

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

 a { background-color: rgb(178,213,30); }

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

border-color css

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

 span { border-color: rgb(178,213,30); }

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