#b3ef1e

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

Shades of Inch Worm #B3EF1E

Tints of Inch Worm #B3EF1E

Color information

#B3EF1E (or 0xB3EF1E) is unknown color: approx Inch Worm. HEX triplet: B3, EF and 1E. RGB value is (179,239,30). Sum of RGB (Red+Green+Blue) = 179+239+30=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3EF1E is #4C10E1. Grayscale: #C6C6C6. Windows color (decimal): -4985058 or 2027443. OLE color: 2027443.

HSL color Cylindrical-coordinate representation of color #B3EF1E: hue angle of 77.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3EF1E is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB17923930-
CMYK0.2500.870.06
HSL77.22º86.72%52.75%-
HSV(B)77.22º87.45%93.73%-
XYZ49.6971.4112.39-
YUV197.2333.62114.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 239 (93.75% from 255) = 53.35%
BLUE value IS 30 (12.11% from 255) = 6.70%
R=39.96%
G=53.35%
B=6.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal179239300.2500.870.0677.2286.7252.75
HexB3EF1E1905764d5735
Octal26335736310127611512765
Binary101100111110111111110110010101011111010011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3ef1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3ef1e; }

 p { color: rgb(179,239,30); }

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

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

 a { background-color: rgb(179,239,30); }

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

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

 span { border-color: rgb(179,239,30); }

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