Html Css Color HEX #B2D30E Inch Worm

📋 copy color: '#B2D30E'

red 178 ◦ green 211 ◦ blue 14

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

Shades of Inch Worm #B2D30E

Tints of Inch Worm #B2D30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.36%

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 44.17%
G = 52.36%
B = 3.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#B2D30E (or 0xB2D30E) is known color: Inch Worm. HEX triplet: B2, D3 and 0E. RGB value is (178,211,14). Sum of RGB (Red+Green+Blue) = 178+211+14=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D30E is #4D2CF1. Grayscale: #B3B3B3. Windows color (decimal): -5057778 or 971698. OLE color: 971698.

HSL color Cylindrical-coordinate representation of color #B2D30E: hue angle of 70.05º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2D30E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 211 14 -
CMYK 0.16 0 0.93 0.17
HSL 70.05º 0.88% 0.44% -
HSV(B) 70.05º 0.93% 0.83% -
XYZ 41.73 56.09 9.04 -
YUV 178.68 35.07 127.52 -
System Red Green Blue C M Y K H S L
Decimal 178 211 14 0.16 0 0.93 0.17 70.05 0.88 0.44
Hex B2 D3 E 10 0 5D 11 46 58 2C
Octal 262 323 16 20 0 135 21 106 130 54
Binary 10110010 11010011 1110 10000 0 1011101 10001 1000110 1011000 101100

Color Harmonies of #B2D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D30E

Black with #B2D30E

Text Example


Text Example

White with #B2D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D30E; }

 p { color: rgb(178,211,14); }

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

background-color css

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

 a { background-color: rgb(178,211,14); }

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

border-color css

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

 span { border-color: rgb(178,211,14); }

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