#B3E42A

Color #B3E42A Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B3E42A

Tints of Inch Worm #B3E42A

Color information

#B3E42A (or 0xB3E42A) is unknown color: approx Inch Worm. HEX triplet: B3, E4 and 2A. RGB value is (179,228,42). Sum of RGB (Red+Green+Blue) = 179+228+42=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E42A is #4C1BD5. Grayscale: #C0C0C0. Windows color (decimal): -4987862 or 2811059. OLE color: 2811059.

HSL color Cylindrical-coordinate representation of color #B3E42A: hue angle of 75.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3E42A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB17922842-
CMYK0.2100.820.11
HSL75.81º77.5%52.94%-
HSV(B)75.81º81.58%89.41%-
XYZ46.7565.2412.32-
YUV192.1443.27118.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 228 (89.45% from 255) = 50.78%
BLUE value IS 42 (16.80% from 255) = 9.35%
R=39.87%
G=50.78%
B=9.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179228420.2100.820.1175.8177.552.94
HexB3E42A15052B4c4e35
Octal263344522501221311411665
Binary10110011111001001010101010101010010101110011001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E42A; }

 p { color: rgb(179,228,42); }

 H1.HeaderClassName
 {
   color: #B3E42A;
 }
 .AnyTagClassName
 {
   color: #B3E42A;
 }
</style>
background-color css

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

 a { background-color: rgb(179,228,42); }

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

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

 span { border-color: rgb(179,228,42); }

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