#B2E40E

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

Shades of Inch Worm #B2E40E

Tints of Inch Worm #B2E40E

Color information

#B2E40E (or 0xB2E40E) is unknown color: approx Inch Worm. HEX triplet: B2, E4 and 0E. RGB value is (178,228,14). Sum of RGB (Red+Green+Blue) = 178+228+14=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E40E is #4D1BF1. Grayscale: #BDBDBD. Windows color (decimal): -5053426 or 976050. OLE color: 976050.

HSL color Cylindrical-coordinate representation of color #B2E40E: hue angle of 74.02º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2E40E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB17822814-
CMYK0.2200.940.11
HSL74.02º88.43%47.45%-
HSV(B)74.02º93.86%89.41%-
XYZ46.1864.9810.52-
YUV188.6529.44120.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 228 (89.45% from 255) = 54.29%
BLUE value IS 14 (5.86% from 255) = 3.33%
R=42.38%
G=54.29%
B=3.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178228140.2200.940.1174.0288.4347.45
HexB2E4E1605EB4a582f
Octal262344162601361311213057
Binary101100101110010011101011001011110101110010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E40E; }

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

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

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

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

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

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

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

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